-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue template for release checklist
- Loading branch information
1 parent
c223157
commit b3802ac
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> | ||
|
||
## 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 | ||
- [ ] 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. | ||
|
||
|
||
## All Releases | ||
- [ ] Check and update new Github release is created with release logs. | ||
|
||
## Post Release | ||
- [ ] Notify Builders and DevOps |