From 33e9efe2dd482a81325baab937d6b261616c3a0d Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 23 Mar 2021 00:39:12 -0400 Subject: [PATCH] Mention git diff --stat in release PR template (#1934) --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index d6c2f39c3..abf34588d 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