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
e27fa6a19b
commit
c21f5b4417
@ -31,18 +31,18 @@ echo "lint and test"
|
||||
npm start lint test
|
||||
|
||||
echo "commit change log updates"
|
||||
git commit -am "update CHANGELOG with new version"
|
||||
git commit -am "update CHANGELOG with new version" --allow-empty
|
||||
|
||||
echo "npm version $1 --no-git-tag-version"
|
||||
npm version $1 --no-git-tag-version
|
||||
|
||||
echo "build for $1"
|
||||
npm start build
|
||||
git commit -am "build for $1"
|
||||
git commit -am "build for $1" --allow-empty
|
||||
|
||||
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"
|
||||
git commit -am "update cdn link" --allow-empty
|
||||
|
||||
echo "create new git tag"
|
||||
git tag $1
|
||||
|
Loading…
Reference in New Issue
Block a user