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

chore: add issue template for release checklist #1064

Merged
merged 3 commits into from
Nov 20, 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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Astar Release Checklist
about: Checklist to follow before creating a new release
title: 'Release v_xx Checklist'
labels:
assignees: ''
---

## Required Changes (PR)
<!---
All the PRs that should, For Example,
- [x] #1000
- [x] #1006
-->
ashutoshvarma marked this conversation as resolved.
Show resolved Hide resolved

## Release v_xx Specific
<!---
All the preparation specific for this release, for example
- [x] Test batch precompile in Astar & Shiden
- [x] Test xtokens in Astar
-->


## Runtime Release
- [ ] Check Semver bumped
- Current: v_xx
- Last: v_xx
ashutoshvarma marked this conversation as resolved.
Show resolved Hide resolved
- [ ] Check Spec Version bumped for all runtimes
- Astar: x -> y
- Shiden: x -> y
- Shibuya: x -> y
- [ ] Verify completed migrations are removed from any public networks.
- [ ] Verify new extrinsics have been correctly whitelisted/blacklisted for proxy filters.
- [ ] Verify benchmarks & weights have been updated for any modified runtime logics.
ashutoshvarma marked this conversation as resolved.
Show resolved Hide resolved


## All Releases
- [ ] Check and update new Github release is created with release logs.

## Post Release
- [ ] Notify Builders and DevOps