From 9bf1c980c28db91e204a4300288ebf3d9eadcbc7 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 14 Jun 2023 16:00:53 -0400 Subject: [PATCH] change(docs): Explicitly invoke --execute when bumping crate versions (#6949) * Explicitly invoke --execute when bumping crate versions * Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md Co-authored-by: teor * Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md Co-authored-by: teor --------- Co-authored-by: teor --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index 708ed25e..53978053 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -58,10 +58,10 @@ Zebra's Rust API doesn't have any support or stability guarantees, so we keep al - [ ] Update crate versions and do a release dry-run: - - [ ] `cargo release version --verbose --workspace --exclude zebrad beta` - - [ ] `cargo release version --verbose --package zebrad [ major | minor | patch ]` - - [ ] `cargo release publish --verbose --workspace --dry-run` -- [ ] Commit the version changes to your release PR branch using `git`: `cargo release commit --verbose --workspace` + - [ ] `cargo release version --verbose --execute --workspace --exclude zebrad beta` + - [ ] `cargo release version --verbose --execute --package zebrad [ major | minor | patch ]` + - [ ] `cargo release publish --verbose --dry-run --workspace` +- [ ] Commit the version changes to your release PR branch using `git`: `cargo release commit --verbose --execute --workspace` ## README