Skip to content

Commit

Permalink
Fix typos in release task template
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk authored Jan 23, 2022
1 parent 04e2b87 commit 205fb63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ assignees: ''
<pre>
git checkout master # same version as the release draft
git fetch upstream
git diff upstream master -- config/locales/en.yml
git diff upstream/master -- config/locales/en.yml
tx pull --force # if no changes or only additions in the locale
git checkout --detach # if we need to commit new translations
git commit -a -m "Update translations"
Expand All @@ -43,7 +43,6 @@ assignees: ''
<pre>
cd ofn-install
git pull
(cd ../ofn-secrets && git pull)
ansible-playbook --limit all-prod --extra-vars "git_version=vx.y.z" playbooks/deploy.yml
</pre>
</details>
Expand Down

0 comments on commit 205fb63

Please sign in to comment.