Add deny.toml update details to release-checklist.md (#7042)
This commit is contained in:
parent
d3c2a9a31c
commit
31bc46bb2a
|
@ -23,7 +23,8 @@ Sometimes `dependabot` misses some dependency updates, or we accidentally turned
|
|||
|
||||
Here's how we make sure we got everything:
|
||||
- [ ] Run `cargo update` on the latest `main` branch, and keep the output
|
||||
- [ ] If needed, update [deny.toml](https://github.com/ZcashFoundation/zebra/blob/main/book/src/dev/continuous-integration.md#fixing-duplicate-dependencies-in-check-denytoml-bans)
|
||||
- [ ] If needed, [add duplicate dependency exceptions to deny.toml](https://github.com/ZcashFoundation/zebra/blob/main/book/src/dev/continuous-integration.md#fixing-duplicate-dependencies-in-check-denytoml-bans)
|
||||
- [ ] If needed, remove resolved duplicate dependencies from `deny.toml`
|
||||
- [ ] Open a separate PR with the changes
|
||||
- [ ] Add the output of `cargo update` to that PR as a comment
|
||||
|
||||
|
|
Loading…
Reference in New Issue