Add CI passing and PR review to the release instructions (#70)

This commit is contained in:
teor 2023-04-17 10:14:37 +10:00 committed by GitHub
parent ed7b95b6da
commit b7ec9532e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ to include a lot of other stuff e.g. the orchard library.
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. Run `cargo-release` with `--no-publish` to commit any automatic changes
7. Publish a new release
7. Open a `zcash_script` PR with the changes, get it reviewed, and wait for CI to pass
8. Publish a new release
### Updating `depend/zcash`