Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #209 from protocol/enable-versioning
Browse files Browse the repository at this point in the history
enable the versioning workflows in a few libp2p repos
  • Loading branch information
marten-seemann authored Oct 17, 2021
2 parents dfff3e5 + d094c71 commit cf5258b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@
{ "target": "libp2p/go-doh-resolver" },
{ "target": "libp2p/go-eventbus" },
{ "target": "libp2p/go-flow-metrics" },
{ "target": "libp2p/go-libp2p" },
{ "target": "libp2p/go-libp2p", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-asn-util" },
{ "target": "libp2p/go-libp2p-autonat" },
{ "target": "libp2p/go-libp2p-backoff" },
{ "target": "libp2p/go-libp2p-blankhost" },
{ "target": "libp2p/go-libp2p-circuit" },
{ "target": "libp2p/go-libp2p-connmgr" },
{ "target": "libp2p/go-libp2p-consensus" },
{ "target": "libp2p/go-libp2p-core" },
{ "target": "libp2p/go-libp2p-core", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-daemon" },
{ "target": "libp2p/go-libp2p-discovery" },
{ "target": "libp2p/go-libp2p-gorpc" },
Expand All @@ -131,15 +131,15 @@
{ "target": "libp2p/go-libp2p-pnet" },
{ "target": "libp2p/go-libp2p-pubsub-router" },
{ "target": "libp2p/go-libp2p-pubsub-tracer" },
{ "target": "libp2p/go-libp2p-quic-transport" },
{ "target": "libp2p/go-libp2p-quic-transport", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-raft" },
{ "target": "libp2p/go-libp2p-record" },
{ "target": "libp2p/go-libp2p-relay-daemon" },
{ "target": "libp2p/go-libp2p-routing-helpers" },
{ "target": "libp2p/go-libp2p-swarm" },
{ "target": "libp2p/go-libp2p-testing" },
{ "target": "libp2p/go-libp2p-tls" },
{ "target": "libp2p/go-libp2p-transport-upgrader" },
{ "target": "libp2p/go-libp2p-swarm", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-testing", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-tls", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-transport-upgrader", "deploy_versioning": true },
{ "target": "libp2p/go-libp2p-webrtc-direct" },
{ "target": "libp2p/go-libp2p-xor" },
{ "target": "libp2p/go-libp2p-yamux" },
Expand All @@ -155,7 +155,7 @@
{ "target": "libp2p/go-sockaddr" },
{ "target": "libp2p/go-socket-activation" },
{ "target": "libp2p/go-stream-muxer-multistream" },
{ "target": "libp2p/go-tcp-transport" },
{ "target": "libp2p/go-tcp-transport", "deploy_versioning": true },
{ "target": "libp2p/go-ws-transport" },
{ "target": "libp2p/go-yamux" },
{ "target": "libp2p/hydra-booster" },
Expand Down

0 comments on commit cf5258b

Please sign in to comment.