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.