From 95df4fe96fac84d13ac23b97e98d423fddeace7a Mon Sep 17 00:00:00 2001 From: Mathijs de Bruin Date: Thu, 20 Feb 2020 11:38:17 +0000 Subject: [PATCH] Improved translation pulling for release instr. --- RELENG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELENG.rst b/RELENG.rst index bf20c2bb..df1f4d7c 100644 --- a/RELENG.rst +++ b/RELENG.rst @@ -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..`. #. Create signed tag: :code:`git tag -s vx.y`. #. Create release on GitHub with CHANGELOG as release notes.