mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Quick version bump.
This commit is contained in:
parent
7221fdb95d
commit
1bf868c7a6
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -23,6 +23,12 @@ pypi-release:
|
|||
python setup.py sdist
|
||||
twine upload dist/vorta-0.4.4.tar.gz
|
||||
|
||||
bump-version:
|
||||
bumpversion patch
|
||||
# bumpversion minor
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
travis-debug:
|
||||
curl -s -X POST \
|
||||
-H "Content-Type: application/json" \
|
||||
|
|
Loading…
Reference in a new issue