Skip to content

Commit

Permalink
Add CI passing and PR review to the release instructions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Apr 17, 2023
1 parent ed7b95b commit b7ec953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit b7ec953

Please sign in to comment.