From e870c389a9d96e47c5f09d72cb204c573a995a48 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Wed, 14 Jun 2023 15:09:41 -0400 Subject: [PATCH] change(docs): Add `cargo clean` step to crate publishing steps (#6959) This bit me mid-publish so --- .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 2017e9d1..708ed25e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release-checklist.md +++ b/.github/PULL_REQUEST_TEMPLATE/release-checklist.md @@ -149,6 +149,7 @@ The end of support height is calculated from the current blockchain height: ## Publish Crates - [ ] Run `cargo login` +- [ ] Run `cargo clean` in the zebra repo - [ ] Publish the crates to crates.io: `cargo release publish --verbose --workspace --execute` - [ ] Check that Zebra can be installed from `crates.io`: `cargo install --force --version 1.0.0 zebrad && ~/.cargo/bin/zebrad`