Mention git diff --stat in release PR template (#1934)
This commit is contained in:
parent
b396bb9be5
commit
33e9efe2dd
|
@ -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
|
## Versioning
|
||||||
|
|
||||||
### Which Crates to Increment
|
### 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 <previous-release-tag> origin/main` is also useful to see
|
||||||
|
what's changed.
|
||||||
|
|
||||||
- [ ] Increment the crates that have new commits since the last version update
|
- [ ] Increment the crates that have new commits since the last version update
|
||||||
- [ ] Increment any crates that depend on crates that have changed
|
- [ ] 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.
|
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
|
## 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
|
**Important**: Any merge into `main` deletes any edits to the draft changelog. Edit the draft changelog in a pad like https://pad.riseup.net
|
||||||
|
|
Loading…
Reference in New Issue