Skip to content

Commit

Permalink
Clarify options in dev release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-david committed Aug 14, 2024
1 parent 1e68c42 commit f4308c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ echo "$version"
echo $'\nRelease notes:'
echo "$notes"

read -e -p "Push to origin? " should_push
read -e -p "Push to origin? (y/n) " should_push

if [ "$should_push" != "y" ]; then
echo "Aborting"
Expand Down

0 comments on commit f4308c8

Please sign in to comment.