Skip to content

Commit

Permalink
Add testnet release step of checking for tendermint updates (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc authored Jun 7, 2022
1 parent 6098d53 commit 105cff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release_testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Thursday:
- [ ] Check in with team again in a release meeting and update the GitHub milestone to ensure it represents what will make it into the testnet.

Monday (release day):
- [ ] Check for any [tendermint updates](https://github.com/tendermint/tendermint/releases) and update the Dockerfiles, documentation, and relay deployments with the latest desired version
- [ ] Update the User Guide to mention the git tag
- [ ] Create new git tag e.g. `006-orthosie`, push to shared remote: `git tag -a <tag_name>` - must be annotated tag for Vergen build. This will begin the release process. Monitor the GitHub action to ensure it completes.
- [ ] Update peer configuration on our Penumbra validator running on `testnet.penumbra.zone`: in Tendermint's `config.toml`, update the `bootstrap-peers` and `persistent-peers` fields to contain the IPs of the Penumbra-operated full nodes.
Expand Down

0 comments on commit 105cff4

Please sign in to comment.