Skip to content

Commit 96ef35c

Browse files
committed
deprecate filter
1 parent f4bf81d commit 96ef35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bump-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
# Find latest tag excluding major v0
6-
LATEST_TAG=$(git tag --list --sort=-v:refname | grep -v '^v0' | head -n1 || true)
6+
LATEST_TAG=$(git tag --list --sort=-v:refname | head -n1 || true)
77
if [ -z "$LATEST_TAG" ]; then
88
echo "No suitable tag found (excluding v0). Aborting." >&2
99
exit 1

0 commit comments

Comments
 (0)