mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
check git is on correct tag before making a release
This commit is contained in:
parent
ff5717b37e
commit
875dfd0d60
2 changed files with 25 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue