Skip to content

Commit 598f36b

Browse files
author
Mike Grybyk
committed
add prompt to release script
1 parent 8d2f973 commit 598f36b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ fi
4949
doctoc README.md
5050

5151
# Update and tag Git project
52+
echo "Press enter to proceed"
53+
read proceed
5254
git commit -am "${NEW_VERSION}"
5355
git tag -a v${NEW_VERSION}
5456
git push

0 commit comments

Comments
 (0)