From b3802ac5a7167c3384313ed424d9cbdd2996e43d Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Mon, 23 Oct 2023 13:08:32 +0530 Subject: [PATCH 1/3] chore: add issue template for release checklist --- .github/ISSUE_TEMPLATE/release_checklist.md | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/release_checklist.md diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md new file mode 100644 index 0000000000..92fea55d66 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -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) + + +## Release v_xx Specific + + + +## 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 From 519d01b255a1819a6b43a139c8b2f8054fcfcca9 Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Wed, 8 Nov 2023 20:31:44 +0530 Subject: [PATCH 2/3] apply suggestions --- .github/ISSUE_TEMPLATE/release_checklist.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 92fea55d66..e3c9803fe8 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -6,13 +6,6 @@ labels: assignees: '' --- -## Required Changes (PR) - - ## Release v_xx Specific