From e368e0cce1cae0c2714c9a9e898bd5d862d312c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Est=C3=AAv=C3=A3o?= Date: Wed, 1 Apr 2020 16:50:43 +0100 Subject: [PATCH 1/2] New template for release PRs This PR will add a new template for release PRs to make it easier to check all the steps needed and to standardize the release PRs. This template can then be used by using this link: `https://github.com/wordpress-mobile/gutenberg-mobile/pull/new?template=release_pull_request.md` --- .../release_pull_request.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/release_pull_request.md diff --git a/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md new file mode 100644 index 00000000000000..ceae0eb9f0c8be --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md @@ -0,0 +1,37 @@ +Release for Gutenberg Mobile v1.XX.Y + +## Related PRs + +- Gutenberg: https://github.com/WordPress/gutenberg/pull/ +- WPAndroid: https://github.com/wordpress-mobile/WordPress-Android/pull/ +- WPiOS: https://github.com/wordpress-mobile/WordPress-iOS/pull/ + +- Aztec-iOS: N/A +- Aztec-Android: N/A + +## Extra PRs that Landed After the Release Was Cut + +- [ ] PR 1 +- [ ] PR 2 + +## Changes + + - Change 1 + - Change 2 + +## Test plan + +- Use the main WP apps to test the changes above. +- Check WPAndroid and WPiOS PRs if there are specific tests to run. +- Smoke test the main WP apps for [general writing flow](https://github.com/wordpress-mobile/test-cases/tree/master/test-cases/gutenberg/writing-flow). + +## Release Submission Checklist + +- [ ] Release number was bumped +- [ ] Aztec dependencies are pointing to a stable release + - iOS: 'grep WordPressAztec-iOS RNTAztecView.podspec' + - Android: 'grep aztecVersion react-native-aztec/android/build.gradle' +- [ ] Gutenberg 'Podfile' and 'Podfile.lock' inside './ios/' are updated to the release number +- [ ] Bundle package of the release is updated +- [ ] Check if `RELEASE-NOTES.txt` is updated with all the changes that made it to the release + From 0d6fed4b6ccc85604589ad395978b11c9f87746b Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Wed, 1 Apr 2020 22:47:44 +0100 Subject: [PATCH 2/2] Update template file. --- .github/PULL_REQUEST_TEMPLATE/release_pull_request.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md index ceae0eb9f0c8be..e5d28f2d19d2a3 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md +++ b/.github/PULL_REQUEST_TEMPLATE/release_pull_request.md @@ -6,8 +6,8 @@ Release for Gutenberg Mobile v1.XX.Y - WPAndroid: https://github.com/wordpress-mobile/WordPress-Android/pull/ - WPiOS: https://github.com/wordpress-mobile/WordPress-iOS/pull/ -- Aztec-iOS: N/A -- Aztec-Android: N/A +- Aztec-iOS: https://github.com/wordpress-mobile/AztecEditor-iOS/pull/ +- Aztec-Android: https://github.com/wordpress-mobile/AztecEditor-Android/pull ## Extra PRs that Landed After the Release Was Cut @@ -15,6 +15,7 @@ Release for Gutenberg Mobile v1.XX.Y - [ ] PR 2 ## Changes + - Change 1 - Change 2