tag after bump

This commit is contained in:
Ciro Santilli
2020-03-22 00:00:06 +00:00
parent 7d72dedd88
commit 045d937ae4

View File

@@ -43,6 +43,6 @@ rm -rf build dist *.egg-info
git add setup.py
# Bump package versions
git tag -m "$new_version" "$new_version"
git commit -m 'bump package version'
git tag -m "$new_version" "$new_version"
git push --follow-tags