Make git add part of the release.sh again.

This commit is contained in:
Feike Steenbergen
2015-09-07 14:00:05 +02:00
parent cdccebd2d1
commit 28f5839ac2
+4 -4
View File
@@ -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