mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-04 07:02:16 +00:00
`cargo release` provides multiple steps: - changes - version - replace - hook - commit - publish - owner - tag - push - config - help We only make use of `publish` and `tag`. We explicitly don't want `cargo release` to do `version` or `commit`. Update the release docs accordingly, namely replace the generic `cargo release` with a two step process `cargo release publish` and `cargo release tag`. Pull-Request: #3596.