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:
parent
e870c389a9
commit
9bf1c980c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue