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 <teor@riseup.net>

* Update .github/PULL_REQUEST_TEMPLATE/release-checklist.md

Co-authored-by: teor <teor@riseup.net>

---------

Co-authored-by: teor <teor@riseup.net>
This commit is contained in:
Deirdre Connolly 2023-06-14 16:00:53 -04:00 committed by GitHub
parent e870c389a9
commit 9bf1c980c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -58,10 +58,10 @@ Zebra's Rust API doesn't have any support or stability guarantees, so we keep al
</details>
- [ ] 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