Skip to content

Commit a0c1c5e

Browse files
committed
chore(scripts): show messages in release script
1 parent 7c555b5 commit a0c1c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: scripts/release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ then
1515
git add dist
1616
git commit --amend --no-edit # merge with previous commit
1717

18+
echo "Please the git history and press enter"
1819
read OKAY
1920

2021
# publish
@@ -24,6 +25,7 @@ then
2425

2526
# changelog
2627
npm run changelog
28+
echo "Please check the changelog and press enter"
2729
read OKAY
2830
git add CHANGELOG.md
2931
git commit -m "chore(changelog): $VERSION"

0 commit comments

Comments
 (0)