Skip to content

Commit

Permalink
And in the checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jul 3, 2023
1 parent 9068068 commit bc10af7
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 @@ -90,6 +90,7 @@ Check that the release will work:
```sh
cargo clean # optional
cargo release version --verbose --execute --workspace --exclude zebra-consensus --exclude zebra-utils --exclude zebrad beta
cargo release commit --verbose --execute
cargo release --no-publish --no-verify --no-tag --no-push --verbose --execute --dependent-version fix --package zebra-consensus --package zebra-utils beta
cargo release --no-publish --no-verify --no-tag --no-push --verbose --execute --dependent-version fix --package zebrad patch # [ major | minor | patch ]
cargo release replace --verbose --execute --package zebrad
Expand Down

0 comments on commit bc10af7

Please sign in to comment.