check git is on correct tag before making a release

This commit is contained in:
Hans-Christoph Steiner 2017-11-27 15:23:02 +01:00
parent ff5717b37e
commit 875dfd0d60
2 changed files with 25 additions and 1 deletions

View file

@ -1,6 +1,8 @@
# uploading here requires Python 3.5.3+ or setuptools 27+,
# use instead: twine upload dist/fdroidserver*.tar.gz*
[aliases]
release = register compile_catalog sdist upload --sign
release = versioncheck register compile_catalog 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