Skip to content

Commit

Permalink
Improved translation pulling for release instr.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Feb 20, 2020
1 parent 041626c commit 95df4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELENG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Steps
#. Send out announcement to translators on Transifex.
#. Bump version in :code:`setup.py`.
#. Update supported Django/Python releases to match Django's.
#. Pull in latest translations: `tx pull`
#. Pull in latest translations: `tx pull -f && pipenv run django-admin compilemessages`
#. Update CHANGELOG based on :code:`git diff HEAD..<last_release_tag>`.
#. Create signed tag: :code:`git tag -s vx.y`.
#. Create release on GitHub with CHANGELOG as release notes.
Expand Down

0 comments on commit 95df4fe

Please sign in to comment.