1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-30 14:40:09 +02:00

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

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