mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 15:23:44 +08:00
update CHANGELOG with new version
This commit is contained in:
parent
98efbca18f
commit
d184af9f92
@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [new version][unreleased]
|
## [new version][unreleased]
|
||||||
|
|
||||||
|
## [2.3.0][2018-08-30]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* new methods `path.getLength()` and `path.getPointAtLength(val)`
|
* new methods `path.getLength()` and `path.getPointAtLength(val)`
|
||||||
|
10
release.sh
10
release.sh
@ -61,6 +61,11 @@ rm -r ./api
|
|||||||
echo "documentation is generated"
|
echo "documentation is generated"
|
||||||
echo "include konva-v${new_version}-documentation.zip into version in github"
|
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"
|
echo "copy konva.js into konva-site"
|
||||||
cp ./konva.js ../konva-site/
|
cp ./konva.js ../konva-site/
|
||||||
cd ../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"
|
echo "regenerate site"
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
|
|
||||||
cd ../konva
|
|
||||||
git push
|
|
||||||
git push --tags
|
|
||||||
npm publish
|
|
||||||
|
|
||||||
echo "DONE!"
|
echo "DONE!"
|
||||||
|
|
||||||
echo "-------"
|
echo "-------"
|
||||||
|
Loading…
Reference in New Issue
Block a user