-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e4d3cc
commit 33ef3ca
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Release for Gutenberg Mobile {{ .Version }} | ||
|
||
<!-- ## Related PRs | ||
{{ range .RelatedPRs }} | ||
- {{ .Url }}{{ end }} | ||
## Changes | ||
{{ range .Changes }} | ||
### {{ .Title }} | ||
* PR {{ .PrUrl }} | ||
{{ range $i, $issue := .Issues }} | ||
* Issue {{ $i }}{{ $issue }}{{ end }} | ||
{{ end }} --> | ||
|
||
|
||
<!-- To determine the changes you can check the RELEASE-NOTES.txt and gutenberg/packages/react-native-editor/CHANGELOG.md files and cross check with the list of commits that are part of the PR --> | ||
## 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. |