Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(release): Skip unused
cargo release
steps
`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.
- Loading branch information