From 20fce117f3d8923af478657199c7ad690809c3f4 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 12 Jul 2021 10:02:25 +0000 Subject: [PATCH] Start a release checklist (#2270) ## Issue Addressed NA ## Proposed Changes Add a checklist to the release draft created by CI. I know @michaelsproul was also working on this and I suspect @realbigsean also might have useful input. ## Additional Info NA --- .github/workflows/release.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdcd5b16cf..a9493d0623 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -237,6 +237,23 @@ jobs: body=$(cat <<- "ENDBODY" + ## Testing Checklist (DELETE ME) + + - [ ] Run on synced Pyrmont Sigma Prime nodes. + - [ ] Run on synced Prater Sigma Prime nodes. + - [ ] Run on synced Canary (mainnet) Sigma Prime nodes. + - [ ] Resync a Pyrmont node. + - [ ] Resync a Prater node. + - [ ] Resync a mainnet node. + + ## Release Checklist (DELETE ME) + + - [ ] Merge `unstable` -> `stable`. + - [ ] Ensure docker images are published (check `latest` and the version tag). + - [ ] Prepare Discord post. + - [ ] Prepare Twitter post. + - [ ] Prepare mailing list email. + ## Summary Add a summary.