update CHANGELOG with new version

This commit is contained in:
Anton Lavrenov 2018-06-15 13:17:00 +07:00
parent 74d7a65b16
commit a98341b390

View File

@ -31,7 +31,8 @@ echo "Pulling"
git pull git pull
echo "lint and test" echo "lint and test"
npm start lint test npm run lint
npm run build
echo "commit change log updates" echo "commit change log updates"
git commit -am "update CHANGELOG with new version" --allow-empty git commit -am "update CHANGELOG with new version" --allow-empty
@ -40,7 +41,7 @@ echo "npm version $1 --no-git-tag-version"
npm version $1 --no-git-tag-version npm version $1 --no-git-tag-version
echo "build for $1" echo "build for $1"
npm start build npm run build
git commit -am "build for $1" --allow-empty git commit -am "build for $1" --allow-empty
echo "update CDN link in REAME" echo "update CDN link in REAME"
@ -51,7 +52,7 @@ echo "create new git tag"
git tag $1 git tag $1
echo "generate documentation" echo "generate documentation"
npm start api npm run api
echo "archive documentation" echo "archive documentation"
zip -r konva-v${new_version}-documentation.zip ./api/* zip -r konva-v${new_version}-documentation.zip ./api/*