Skip to content

Commit

Permalink
chore(scripts): show messages in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Apr 12, 2019
1 parent 7c555b5 commit a0c1c5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ then
git add dist
git commit --amend --no-edit # merge with previous commit

echo "Please the git history and press enter"
read OKAY

# publish
Expand All @@ -24,6 +25,7 @@ then

# changelog
npm run changelog
echo "Please check the changelog and press enter"
read OKAY
git add CHANGELOG.md
git commit -m "chore(changelog): $VERSION"
Expand Down

0 comments on commit a0c1c5e

Please sign in to comment.