mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +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]
|
||||
|
||||
## [2.3.0][2018-08-30]
|
||||
|
||||
### Added
|
||||
|
||||
* 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 "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 "-------"
|
||||
|
Loading…
Reference in New Issue
Block a user