From 78fda0ca9dd51b691387224fbcf0bc85482c372e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 2 Feb 2022 18:43:49 +0100 Subject: [PATCH] typo --- .github/ISSUE_TEMPLATE/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.yml b/.github/ISSUE_TEMPLATE/release.yml index 8440f425a0..582998d492 100644 --- a/.github/ISSUE_TEMPLATE/release.yml +++ b/.github/ISSUE_TEMPLATE/release.yml @@ -31,7 +31,7 @@ body: - [ ] 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 - [ ] 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) - [ ] Push `main` and the new tag `v1.2.3` to origin - [ ] Checkout `develop`