From d184af9f9291b0711a0ced6a70c2ec853ece35af Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 30 Aug 2018 15:24:45 +0300 Subject: [PATCH] update CHANGELOG with new version --- CHANGELOG.md | 2 ++ release.sh | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 038ae862..94c88ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [new version][unreleased] +## [2.3.0][2018-08-30] + ### Added * new methods `path.getLength()` and `path.getPointAtLength(val)` diff --git a/release.sh b/release.sh index 03f22ba1..d4d7c428 100755 --- a/release.sh +++ b/release.sh @@ -61,6 +61,11 @@ rm -r ./api echo "documentation is generated" echo "include konva-v${new_version}-documentation.zip into version in github" +cd ../konva +git push +git push --tags +npm publish + echo "copy konva.js into konva-site" cp ./konva.js ../konva-site/ cd ../konva-site @@ -75,11 +80,6 @@ find source themes -exec perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" {} + echo "regenerate site" ./deploy.sh -cd ../konva -git push -git push --tags -npm publish - echo "DONE!" echo "-------"