From 89a9b5057b09db6d734f171e9afc9d702724cc16 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Fri, 20 Sep 2019 08:47:13 -0700 Subject: [PATCH] Adds SUMO verification step --- .github/ISSUE_TEMPLATE/release_checklist.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index cbe5f5dfe..97dfcc0c5 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -22,7 +22,10 @@ Soft code freeze for a release is the *second Wednesday of the sprint*, and most - [ ] Add either `eng:qa:needed` flags on each issue that still needs it. - [ ] Make sure the "Final string Import" has already happened. -### Product Integrity +### SUMO Verification [Thursday, 2nd week of sprint] +- [ ] Verify with SUMO the contents of the whats new / other sumo pages are accurate with what is in this release. + +### Product Integrity [Thursday, 2nd week of sprint] - [ ] Tag first pre-release RC version in Github. For 1.0 the tag would be 1.0.0-rc.1. This will kick off a build of the branch. You can see it in the mouseover of the CI badge of the branch in the commits view.