Skip to content

Commit 3bbddde

Browse files
committed
Release v1.0.14
1 parent f2b1676 commit 3bbddde

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

bump-version.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@ fi
2727
NEW_TAG="v$MAJOR.$MINOR.$PATCH"
2828

2929
# Ask for confirmation
30-
echo "Create and push tag: $NEW_TAG? (Press any key to confirm, 'n' to cancel)"
31-
read -r -n 1 CONFIRM
32-
33-
# Check if the input is 'n' or 'N'
34-
if [[ "$CONFIRM" == ^[Nn]$ ]]; then
35-
echo "🚫 Tag creation canceled."
36-
exit 1
37-
fi
30+
echo "Create and push tag: $NEW_TAG"
3831

3932
# Commit changes with a message
4033
COMMIT_MESSAGE=${2:-"Release $NEW_TAG"} # Default message if none provided

0 commit comments

Comments
 (0)