Skip to content

Commit

Permalink
chore: upgrade build script
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Mar 25, 2016
1 parent 04e7bcf commit 96a7cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ npm --no-git-tag-version version ${1:-$bump} &>/dev/null &&
version=`cat package.json | json version` &&
perl -pi -e "s/#version#/$version/g" "$INFO" &&
zip --symlinks -r9 "medis.zip" "$APP_PATH" &&
conventional-changelog -i CHANGELOG.md -w -p angular &&
conventional-changelog -i CHANGELOG.md -s -p angular &&
git add CHANGELOG.md &&
version=`cat package.json | json version` &&
git commit -m"docs(CHANGELOG): $version" &&
Expand Down

0 comments on commit 96a7cb6

Please sign in to comment.