Skip to content

Commit 580ea17

Browse files
committed
1.11.0
1 parent d8a70de commit 580ea17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ case $input in
5353
esac
5454

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

5858
case $input in
5959
[yY][eE][sS]|[yY])
6060
echo "You say Yes"
6161
# Then:
62-
git tag v$version
6362
git push --tags
6463
# Create release on github
6564

0 commit comments

Comments
 (0)