From bb48c47fbf54e54f39a626f5f7886cbf043998cf Mon Sep 17 00:00:00 2001 From: Will Pankiewicz <9498646+wpank@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:53:47 +0200 Subject: [PATCH] Update release.md (#2857) Co-authored-by: Andronik Ordian --- polkadot/.github/ISSUE_TEMPLATE/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/polkadot/.github/ISSUE_TEMPLATE/release.md b/polkadot/.github/ISSUE_TEMPLATE/release.md index 7dcf9ed190..0f4862e5d5 100644 --- a/polkadot/.github/ISSUE_TEMPLATE/release.md +++ b/polkadot/.github/ISSUE_TEMPLATE/release.md @@ -28,13 +28,14 @@ candidate branch. runtime logic. The following checks can be performed after we have forked off to the release- -candidate branch. +candidate branch or started an additional release candidate branch (rc-2, rc-3, etc) - [ ] Verify [new migrations](#new-migrations) complete successfully, and the runtime state is correctly updated for any public (non-private/test) networks. - [ ] Verify [Polkadot JS API](#polkadot-js) are up to date with the latest runtime changes. +- [ ] Push runtime upgrade to Westend and verify network stability. ### All Releases