diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index d6c2f39c..abf34588 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -7,15 +7,12 @@ assignees: '' --- -## Initial Testing - -- [ ] After any changes, test that the `cargo install` command in `README.md` works (use `--path` instead of `--git` locally) - ## Versioning ### Which Crates to Increment -To check if any of the top-level crates need version increments, go to the zebra GitHub code page: https://github.com/ZcashFoundation/zebra +To check if any of the top-level crates need version increments, go to the zebra GitHub code page: https://github.com/ZcashFoundation/zebra. `git diff --stat origin/main` is also useful to see +what's changed. - [ ] Increment the crates that have new commits since the last version update - [ ] Increment any crates that depend on crates that have changed @@ -80,6 +77,10 @@ fastmod --extensions rs,toml,md --fixed-strings '0.2.0' '0.2.1' tower-batch We skipped `tower-fallback`, because it hadn't changed since the last tag. +## Initial Testing + +- [ ] After any changes, test that the `cargo install` command in `README.md` works (use `--path` instead of `--git` locally) + ## Change Log **Important**: Any merge into `main` deletes any edits to the draft changelog. Edit the draft changelog in a pad like https://pad.riseup.net