From 33ef3caae72d1b5138f168896ebebb9f33f49f28 Mon Sep 17 00:00:00 2001 From: Derek Blank Date: Thu, 12 Oct 2023 11:01:31 +1000 Subject: [PATCH] Add GBM PR body template --- cli/templates/release/gbm_pr_body.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cli/templates/release/gbm_pr_body.md diff --git a/cli/templates/release/gbm_pr_body.md b/cli/templates/release/gbm_pr_body.md new file mode 100644 index 00000000..10a5889f --- /dev/null +++ b/cli/templates/release/gbm_pr_body.md @@ -0,0 +1,27 @@ +Release for Gutenberg Mobile {{ .Version }} + + + + + +## Test plan + +Once the installable builds of the main apps are ready, perform a quick smoke test of the editor on both iOS and Android to verify it launches without crashing. We will perform additional testing after the main apps cut their releases. + +## Release Submission Checklist + +- [ ] Verify Items from test plan have been completed +- [ ] Check if `RELEASE-NOTES.txt` is updated with all the changes that made it to the release. Replace `Unreleased` section with the release version and create a new `Unreleased` section. +- [ ] Check if `gutenberg/packages/react-native-editor/CHANGELOG.md` is updated with all the changes that made it to the release. Replace `## Unreleased` with the release version and create a new `## Unreleased`. +- [ ] Bundle package of the release is updated. \ No newline at end of file