Skip to content

Commit

Permalink
change(docs): Add cargo clean step to crate publishing steps (#6959)
Browse files Browse the repository at this point in the history
This bit me mid-publish so
  • Loading branch information
dconnolly authored Jun 14, 2023
1 parent c4c29eb commit e870c38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE/release-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e870c38

Please sign in to comment.