diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index ec19666a69..2c43694eaa 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -10,14 +10,17 @@ assignees: '' ## 1. Preparation on Thursday - [ ] Merge pull requests in the [Ready To Go] column -- [ ] Include translations +- [ ] Include translations
Command line instructions:
+    
     git checkout master
     git pull upstream master
     tx pull --force
     git commit -a -m "Update all locales with the latest Transifex translations"
-    git push upstream master
+ git push upstream master + +
- [ ] Create a tag: `git push upstream HEAD:refs/tags/vX.Y.Z` - [ ] [Draft new release]. Look at previous [releases] for inspiration.