From dc7ad296bf0930858fa0f0d4a176db6f6bfb5305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 1 Nov 2018 18:30:18 +0100 Subject: [PATCH] Added little reminder for myself --- update_version.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update_version.sh b/update_version.sh index 187c2b2..fb2ae8f 100755 --- a/update_version.sh +++ b/update_version.sh @@ -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