Add "run cargo-release" to the release instructions

Co-authored-by: Arya <aryasolhi@gmail.com>
This commit is contained in:
teor 2023-02-24 08:15:41 +10:00 committed by GitHub
parent 3ff0806e20
commit 288d57b188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ to include a lot of other stuff e.g. the orchard library.
- see the list in [Cargo.toml](https://github.com/ZcashFoundation/zcash_script/blob/master/Cargo.toml#L69)
4. For new dependencies with a leading zero in their version (`0.x.y`), use a `>=` dependency [to make them automatically upgrade to match Zebra's dependencies](https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility)
5. Check all open PRs to see if they can be merged before the release
6. Publish a new release
6. Run `cargo-release` with `--no-publish` to commit any automatic changes
7. Publish a new release
### Updating `depend/zcash`