mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Make git add part of the release.sh again.
This commit is contained in:
+4
-4
@@ -22,10 +22,10 @@ python3 setup.py flake8
|
||||
|
||||
git add "${VERSIONFILE}"
|
||||
|
||||
#git commit -m "Bumped version to $version"
|
||||
#git push
|
||||
git commit -m "Bumped version to $version"
|
||||
git push
|
||||
|
||||
python3 setup.py sdist bdist_wheel upload
|
||||
|
||||
#git tag ${version}
|
||||
#git push --tags
|
||||
git tag ${version}
|
||||
git push --tags
|
||||
|
||||
Reference in New Issue
Block a user