Releasing 3.4.5

This commit is contained in:
James Barnsley
2017-09-21 09:25:25 +12:00
parent 818dab34d4
commit ce3aeace26
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,6 @@
},
"scripts": {
"build": "./build.sh",
"test": "./build.sh && ./release.sh",
"dev": "./build.sh && NODE_ENV=development webpack --watch",
"prod": "./build.sh && NODE_ENV=development webpack && NODE_ENV=production webpack",
"release": "./build.sh && NODE_ENV=production webpack && NODE_ENV=development webpack && python setup.py sdist upload -r pypi && ./release.sh"

View File

@ -17,7 +17,7 @@ TAG=$(git tag -a "$VERSION" -m "Releasing $VERSION")
echo -e $TAG
echo -e "git push"
#PUSH=$(git push)
#echo -e $PUSH
PUSH=$(git push)
echo -e $PUSH
echo -e "\x1b[32;01m"Done!"\x1b[39;49;00m"