Skip to content

Commit

Permalink
chore(script): update publish script to commit at the proper point
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jan 12, 2018
1 parent c85cd23 commit 3e8984d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ select branch in "master" "stable"; do
git diff
read -p "Examine and correct CHANGELOG.md. [Enter] to continue"

# Now commit to make sure CHANGELOG is updated.
git commit -am "chore(publish): $version"

git tag $version


Expand Down

0 comments on commit 3e8984d

Please sign in to comment.