We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a193771 commit 9c87d3bCopy full SHA for 9c87d3b
docs/releasing.md
@@ -31,8 +31,8 @@ $ cargo install cargo-release
31
$ cargo release minor --push-remote upstream
32
```
33
34
- You can add `--dry-run` to see what the command is going to do,
35
- 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.
36
37
`cargo release` will then:
38
0 commit comments