Skip to content

Commit 9c87d3b

Browse files
committed
Update release docs for new cargo release version
1 parent a193771 commit 9c87d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releasing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ $ cargo install cargo-release
3131
$ cargo release minor --push-remote upstream
3232
```
3333
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.
34+
After verifying, you can rerun with `--execute` if all looks good.
35+
You can add `--no-push` to stop before actually publishing the release.
3636
3737
`cargo release` will then:
3838

0 commit comments

Comments
 (0)