Skip to content

Commit d2fa99a

Browse files
author
Geoff Lee
committed
Remember to tag releases
1 parent fa56499 commit d2fa99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git pull
2929
#python setup.py test
3030

3131
# First bump a new version - this creates a new git tag
32-
new_version="$(bumpversion ${bump_args} | awk -F '=' '/new_version/ {print $2}')"
32+
new_version="$(bumpversion --tag ${bump_args} | awk -F '=' '/new_version/ {print $2}')"
3333

3434
# Commit the tag
3535
git push origin v"${new_version}"

0 commit comments

Comments
 (0)