-
Notifications
You must be signed in to change notification settings - Fork 44
Release
Ivan Shumkov edited this page Apr 4, 2025
·
2 revisions
- Release RC version
This command should create a PR with the next version and RC pre release postfix.
yarn release --type=rc
- Wait for all checks green and then merge the PR.
- Create a release on GitHub using as a description the newly generated section from CHANGELOG.md
- Make sure the new version is released in GitHub Action
- Deploy the new version on one of hpmns on testnet and make sure it makes new blocks.
- Restart the node and make sure it makes new blocks
- Reset the node and make sure it synced and makes new blocks
- Deploy on all nodes
- Run smoke tests
- Run test suite
- Update images on one of the mainnet nodes and make sure it makes new blocks.
- Restart the node and make sure it makes new blocks
- Reset the node and make sure it synced and makes new blocks