diff --git a/update_version.sh b/update_version.sh index 2bcd200..187c2b2 100755 --- a/update_version.sh +++ b/update_version.sh @@ -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\'