update_version.sh now prints example commit & tag commands
This commit is contained in:
parent
7c65851b75
commit
7b8713881e
@ -14,4 +14,6 @@ sed "s/'version': ([^)]*)/'version': ($BL_INFO_VER)/" -i blender_cloud/__init__.
|
|||||||
|
|
||||||
git diff
|
git diff
|
||||||
echo
|
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\'
|
||||||
|
Reference in New Issue
Block a user