From 49cc1f322d08e105154322b8f162fa21cefd0fe5 Mon Sep 17 00:00:00 2001 From: Matt Chowning Date: Tue, 28 Jul 2020 16:35:50 -0400 Subject: [PATCH 1/2] Add direction to add link for all changes to release PR template --- .github/PULL_REQUEST_TEMPLATE/release_pull_request.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md index 60d74fff90..19bec34f5f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md @@ -16,8 +16,8 @@ No extra PRs yet. 🎉 ## Changes - - Change 1 - - Change 2 + - Change 1: link-to-pr-describing-change-1 + - Change 2: link-to-pr-describing-change-2 ## Test plan From 3031ea4edb76a5222047a44400a1c7dad8fd9718 Mon Sep 17 00:00:00 2001 From: Matt Chowning Date: Tue, 28 Jul 2020 16:50:11 -0400 Subject: [PATCH 2/2] Add checklist item for including new changes in gb-mobile PR description --- docs/Releasing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Releasing.md b/docs/Releasing.md index 9456b3a64a..f49a786b77 100644 --- a/docs/Releasing.md +++ b/docs/Releasing.md @@ -102,6 +102,10 @@ cut a new release.

o If there were changes in Gutenberg repo, make sure to cherry-pick the changes that landed in the master branch back to the release branch.

+ +

o Add the new change to the "Extra PRs that Landed After the Release Was Cut" section of the gb-mobile PR description.

+ +

Last Day