We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e503c4 commit 3cfecccCopy full SHA for 3cfeccc
scripts/version-bump.sh
@@ -11,7 +11,7 @@
11
# - no-bump: otherwise
12
13
# Get the last version tag
14
-LAST_TAG=$(git describe --tags --match "v*.*.*" 2>/dev/null || echo "")
+LAST_TAG=$(git describe --tags --match "v*.*.*" --abbrev=0 2>/dev/null || echo "")
15
16
if [ -z "$LAST_TAG" ]; then
17
# No previous tag found, get all commits
0 commit comments