From c21f5b4417eada9901f7462d8d3149ab35acdd7c Mon Sep 17 00:00:00 2001 From: Anton Lavrenov Date: Thu, 31 Mar 2016 10:02:06 +0700 Subject: [PATCH] update CHANGELOG with new version --- release.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release.sh b/release.sh index 1e093b40..8da6db57 100755 --- a/release.sh +++ b/release.sh @@ -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