Added little reminder for myself

This commit is contained in:
Sybren A. Stüvel 2018-11-01 18:30:18 +01:00
parent 3f2479067c
commit dc7ad296bf

View File

@ -17,3 +17,6 @@ echo
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\'
echo
echo "To build a distribution ZIP:"
echo python setup.py bdist