We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa56499 commit d2fa99aCopy full SHA for d2fa99a
release.sh
@@ -29,7 +29,7 @@ git pull
29
#python setup.py test
30
31
# First bump a new version - this creates a new git tag
32
-new_version="$(bumpversion ${bump_args} | awk -F '=' '/new_version/ {print $2}')"
+new_version="$(bumpversion --tag ${bump_args} | awk -F '=' '/new_version/ {print $2}')"
33
34
# Commit the tag
35
git push origin v"${new_version}"
0 commit comments