Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release checklist template #435

Merged
merged 4 commits into from
Jan 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Release Checlist
aaronbuchwald marked this conversation as resolved.
Show resolved Hide resolved
about: Create a ticket to track a release
title: ''
labels: release
assignees: ''

---

**Release**
The release version and a description of the planned changes to be included in the release.

**Issues**
Link the major issues planned to be included in the release.

**Documentation**
Link the relevant documentation PRs for this release.

**Checklist**
- [ ] Update version in scripts/versions.sh and plugin/evm/version.go
- [ ] Bump AvalancheGo dependency for RPCChainVM Compatibility
- [ ] Add new entry in compatibility.json for RPCChainVM Compatibility
- [ ] Update AvalancheGo compatibility in README
- [ ] Bump cmd/simulator go mod (if needed)
- [ ] Confirm release binaries are generated correctly
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how should this be done? (the last step)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check the release page to confirm that they are up after the goreleaser job has finished.

This may be a step to include a QA team to ensure that the whole release works on different OSs with the latest avalanchego and avalanche-cli releases as well. cc @rob-ava @yulin-dong @dasconnor .

When we had this issue in the past, it was reported by a user of the avalanche-cli.

aaronbuchwald marked this conversation as resolved.
Show resolved Hide resolved