Skip to content

Commit adb9529

Browse files
aaronbuchwaldceyonurDarioush Jalali
authored
Add release checklist template (#435)
* Add release checklist template * Update .github/ISSUE_TEMPLATE/release_checklist.md Co-authored-by: Ceyhun Onur <[email protected]> * Update .github/ISSUE_TEMPLATE/release_checklist.md Co-authored-by: Darioush Jalali <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> Co-authored-by: Darioush Jalali <[email protected]>
1 parent 880ec77 commit adb9529

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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 AvalancheGo dependency for RPCChainVM Compatibility
22+
- [ ] Add new entry in compatibility.json for RPCChainVM Compatibility
23+
- [ ] Update AvalancheGo compatibility in README
24+
- [ ] Bump cmd/simulator go mod (if needed)
25+
- [ ] Confirm goreleaser job has successfully generated binaries by checking the releases page

0 commit comments

Comments
 (0)