From caade18298edd5a3b210fe80c1ca2b4fbdfe6130 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 4 Jul 2023 09:17:47 +1000 Subject: [PATCH] And in the checklist --- .github/PULL_REQUEST_TEMPLATE/release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md index bc49788c38e..50034c321c9 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -90,6 +90,7 @@ Check that the release will work: ```sh cargo clean # optional cargo release version --verbose --execute --workspace --exclude zebra-consensus --exclude zebra-utils --exclude zebrad beta +cargo release commit --verbose --execute cargo release --no-publish --no-verify --no-tag --no-push --verbose --execute --dependent-version fix --package zebra-consensus --package zebra-utils beta cargo release --no-publish --no-verify --no-tag --no-push --verbose --execute --dependent-version fix --package zebrad patch # [ major | minor | patch ] cargo release replace --verbose --execute --package zebrad