Skip to content

Commit bdb54a2

Browse files
committed
Fix release script
1 parent 40e1c71 commit bdb54a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ then
5050
exit 1
5151
fi
5252

53-
declare -r LATEST_GIT_TAG=$(git describe --tags)
53+
declare -r LATEST_GIT_TAG=$(git describe --tags --abbrev=0)
5454
declare -r LATEST_VERSION=${LATEST_GIT_TAG#"v"}
5555

5656
if ! dpkg --compare-versions "${VERSION}" "gt" "${LATEST_VERSION}"

0 commit comments

Comments
 (0)