From 9c87d3b195ecc05f92927197e29f5285c3aa5e9b Mon Sep 17 00:00:00 2001 From: "Heres, Daniel" Date: Thu, 14 Oct 2021 18:35:36 +0200 Subject: [PATCH] Update release docs for new cargo release version --- docs/releasing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasing.md b/docs/releasing.md index 451cbab8..30af6dca 100644 --- a/docs/releasing.md +++ b/docs/releasing.md @@ -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: