From bcfc15f10275c44119277548bcaca4d77f9a025c Mon Sep 17 00:00:00 2001 From: Maikel Date: Fri, 1 Sep 2023 13:53:20 +1000 Subject: [PATCH] Enable copy of translation update commands The added `code` tag makes Github add the copy button. --- .github/ISSUE_TEMPLATE/release.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.