release: compile_catalog must be run before register

This commit is contained in:
Hans-Christoph Steiner 2018-01-03 21:26:39 +01:00
parent d95859c87e
commit 6ad02bc4ec
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# uploading here requires Python 3.5.3+ or setuptools 27+,
# use instead: twine upload dist/fdroidserver*.tar.gz*
[aliases]
release = versioncheck register compile_catalog sdist upload --sign
release = versioncheck compile_catalog register sdist upload --sign
# All this below is for Babel config. Ideally we would only use
# Babel, but it is still missing some key features that gettext gives