From ffe9b8e81deb6a7e91047bcef54fb05321778a92 Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Mon, 6 May 2024 08:55:00 +0200 Subject: [PATCH 1/2] update release checklist --- .github/ISSUE_TEMPLATE/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 6dd1d5f08..7dc30fd56 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -24,7 +24,7 @@ The following checks can be performed after we have forked off to the release-ca - [ ] Verify the new migrations complete successfully, and the runtime state is correctly updated for any public (non-private/test) networks. - [ ] Verify the SDK is up-to-date with the latest changes. -- [ ] Push runtime upgrade to local clone of Battery Station and ensure the upgrade is executed without errors. +- [ ] ~~Push runtime upgrade to local clone of Battery Station and ensure the upgrade is executed without errors.~~ Removed since integration tests do the upgrade tests - [ ] Push runtime upgrade to Battery Station and ensure network stability for 24 hours. - [ ] Push runtime upgrade to Zeitgeist mainnet. From 30701e13640b82c5b0ef75feb47cc83c4e4b5c23 Mon Sep 17 00:00:00 2001 From: Chralt98 Date: Mon, 6 May 2024 13:43:19 +0200 Subject: [PATCH 2/2] correct release checklist update --- .github/ISSUE_TEMPLATE/release-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index 7dc30fd56..95e08014a 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -24,7 +24,7 @@ The following checks can be performed after we have forked off to the release-ca - [ ] Verify the new migrations complete successfully, and the runtime state is correctly updated for any public (non-private/test) networks. - [ ] Verify the SDK is up-to-date with the latest changes. -- [ ] ~~Push runtime upgrade to local clone of Battery Station and ensure the upgrade is executed without errors.~~ Removed since integration tests do the upgrade tests +- [ ] Run integration tests and check if upgrade tests executed successfully. - [ ] Push runtime upgrade to Battery Station and ensure network stability for 24 hours. - [ ] Push runtime upgrade to Zeitgeist mainnet.