update_version.sh now prints example commit & tag commands

This commit is contained in:
Sybren A. Stüvel 2017-03-21 14:16:29 +01:00
parent 7c65851b75
commit 7b8713881e

View File

@ -14,4 +14,6 @@ sed "s/'version': ([^)]*)/'version': ($BL_INFO_VER)/" -i blender_cloud/__init__.
git diff
echo
echo "Don't forget to commit!"
echo "Don't forget to commit and tag:"
echo git commit -m \'Bumped version to $VERSION\' setup.py blender_cloud/__init__.py
echo git tag -a version-$VERSION -m \'Tagged version $VERSION\'