Skip to content

Commit

Permalink
chore(release): adapt commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 8, 2019
1 parent 3362683 commit 84a5e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ then

# commit
git add dist
git commit -m "[build] $VERSION"
npm version $VERSION --message "[release] $VERSION"
git commit -m "chore(build): $VERSION"
npm version $VERSION --message "chore(release): $VERSION"

# publish
git push origin refs/tags/v$VERSION
Expand All @@ -24,6 +24,6 @@ then
npm run changelog
read OKAY
git add CHANGELOG.md
git commit -m "[changelog] $VERSION"
git commit -m "chore(changelog): $VERSION"
git push
fi

0 comments on commit 84a5e30

Please sign in to comment.