github.com/MetalBlockchain/subnet-evm@v0.4.9/.github/ISSUE_TEMPLATE/release_checklist.md (about) 1 --- 2 name: Release Checklist 3 about: Create a ticket to track a release 4 title: '' 5 labels: release 6 assignees: '' 7 8 --- 9 10 **Release** 11 The release version and a description of the planned changes to be included in the release. 12 13 **Issues** 14 Link the major issues planned to be included in the release. 15 16 **Documentation** 17 Link the relevant documentation PRs for this release. 18 19 **Checklist** 20 - [ ] Update version in scripts/versions.sh and plugin/evm/version.go 21 - [ ] Bump MetalGo dependency for RPCChainVM Compatibility 22 - [ ] Add new entry in compatibility.json for RPCChainVM Compatibility 23 - [ ] Update MetalGo compatibility in README 24 - [ ] Bump cmd/simulator go mod (if needed) 25 - [ ] Confirm goreleaser job has successfully generated binaries by checking the releases page