Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
come-nc committed Mar 7, 2024
1 parent d8a70de commit 580ea17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,12 @@ case $input in
esac

# Ask for confirmation
read -r -p "Tag and push? [y/N] " input
read -r -p "Push? [y/N] " input

case $input in
[yY][eE][sS]|[yY])
echo "You say Yes"
# Then:
git tag v$version
git push --tags
# Create release on github

Expand Down

0 comments on commit 580ea17

Please sign in to comment.