Skip to content

Commit 5759896

Browse files
committed
Newline after question
1 parent 12039f3 commit 5759896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ else
1111
echo -e "Updating dependencies:\n$UPDATE"
1212

1313
read -p "Proceed with update? (y/N) " -n 1 -r
14+
echo ""
1415

1516
if [[ $REPLY =~ ^[Yy]$ ]]
1617
then
@@ -28,6 +29,7 @@ npm version 1.0.0-date-$(date +%Y.%m.%d)
2829
npm publish --dry-run --tag latest
2930

3031
read -p "Do you want to continue and publish? (y/N) " -n 1 -r
32+
echo ""
3133

3234
if [[ $REPLY =~ ^[Yy]$ ]]
3335
then

0 commit comments

Comments
 (0)