This commit is contained in:
Benoit Marty 2022-02-02 18:43:49 +01:00 committed by GitHub
parent 6922c72174
commit 78fda0ca9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ body:
- [ ] Check that the folder `changelog.d` is empty. It can happen that some remaining files stay here - [ ] Check that the folder `changelog.d` is empty. It can happen that some remaining files stay here
- [ ] Check the file CHANGES.md consistency. It's possible to reorder items (most important changes first) or change their section if relevant. Also an opportunity to fix some typo, or rewrite things - [ ] Check the file CHANGES.md consistency. It's possible to reorder items (most important changes first) or change their section if relevant. Also an opportunity to fix some typo, or rewrite things
- [ ] Add file for fastlane under ./fastlane/metadata/android/en-US/changelogs - [ ] Add file for fastlane under ./fastlane/metadata/android/en-US/changelogs
- [ ] (optionnal) Push the branch and start a draft PR (will not be merged), to check that the CI is happy with all the changes. - [ ] (optional) Push the branch and start a draft PR (will not be merged), to check that the CI is happy with all the changes.
- [ ] Finish release with gitflow, delete the draft PR (if created) - [ ] Finish release with gitflow, delete the draft PR (if created)
- [ ] Push `main` and the new tag `v1.2.3` to origin - [ ] Push `main` and the new tag `v1.2.3` to origin
- [ ] Checkout `develop` - [ ] Checkout `develop`