change(docs): Add `cargo clean` step to crate publishing steps (#6959)

This bit me mid-publish so
This commit is contained in:
Deirdre Connolly 2023-06-14 15:09:41 -04:00 committed by GitHub
parent c4c29eb466
commit e870c389a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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`