From 31bc46bb2a736110d215de2fac5cdfd79bcbd058 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 22 Jun 2023 17:47:02 +1000 Subject: [PATCH] Add deny.toml update details to release-checklist.md (#7042) --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index f18de3d5..774eda60 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -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