Skip to content

Commit

Permalink
chore: fix release tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 16, 2019
1 parent 04a02c0 commit d8499b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ then
npm test

# commit
npm version $VERSION --message "chore(release): %s"
VERSION=$VERSION npm run build
git add dist
git commit --amend --no-edit # merge with previous commit
git commit -m "build: bundle $VERSION"
npm version $VERSION --message "chore(release): %s"

echo "Please check the git history and press enter"
read OKAY
Expand Down

0 comments on commit d8499b6

Please sign in to comment.