From fade141d4beee04f2a54a11e8a1e68dc5d683381 Mon Sep 17 00:00:00 2001 From: liuche Date: Wed, 11 Sep 2019 14:16:01 -0700 Subject: [PATCH] No issue: Add AC pinning to releng steps (#5223) --- .github/ISSUE_TEMPLATE/release_checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/release_checklist.md b/.github/ISSUE_TEMPLATE/release_checklist.md index 5fa79e95a..cbe5f5dfe 100644 --- a/.github/ISSUE_TEMPLATE/release_checklist.md +++ b/.github/ISSUE_TEMPLATE/release_checklist.md @@ -16,6 +16,7 @@ Soft code freeze for a release is the *second Wednesday of the sprint*, and most ## Soft code freeze [Wednesday, 2nd week of sprint] - [ ] Create a branch for the *current* milestone and protect it through Settings on the repo (need admin privileges). After that master is tracking the next milestone. +- [ ] On the Release branch, pin the AC version to the stable version (like https://github.com/mozilla-mobile/fenix/commit/e413da29f6a7a7d4a765817a9cd5687abbf27619 ) w/ commit message "Pin to stable AC `` for release" - [ ] [Create an issue](https://github.com/mozilla-mobile/fenix/issues/new?template=release_checklist.md&title=Releng+for+) in the *upcoming* milestone: "Releng for [release]". - [ ] Go through the list of bugs closed during this sprint and make sure all they're all added to the correct milestone. - [ ] Add either `eng:qa:needed` flags on each issue that still needs it.