Update release docs for new cargo release version

This commit is contained in:
Heres, Daniel 2021-10-14 18:35:36 +02:00
parent a1937719b3
commit 9c87d3b195

View file

@ -31,8 +31,8 @@ $ cargo install cargo-release
$ cargo release minor --push-remote upstream
```
You can add `--dry-run` to see what the command is going to do,
or `--skip-push` to stop before actually publishing the release.
After verifying, you can rerun with `--execute` if all looks good.
You can add `--no-push` to stop before actually publishing the release.
`cargo release` will then: