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
000b57454d
commit
4399ddb6b1
@ -48,12 +48,12 @@ echo "update CDN link in REAME"
|
||||
perl -i -pe "s|${old_cdn_min}|${new_cdn_min}|g" ./README.md
|
||||
git commit -am "update cdn link" --allow-empty
|
||||
|
||||
echo "generate documentation"
|
||||
npm start api
|
||||
|
||||
echo "create new git tag"
|
||||
git tag $1
|
||||
|
||||
echo "generate documentation"
|
||||
npm run api
|
||||
|
||||
echo "archive documentation"
|
||||
zip -r konva-v${new_version}-documentation.zip ./api/*
|
||||
rm -r ./api
|
||||
|
Loading…
Reference in New Issue
Block a user