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 40e1c71 commit bdb54a2Copy full SHA for bdb54a2
scripts/make_release.sh
@@ -50,7 +50,7 @@ then
50
exit 1
51
fi
52
53
-declare -r LATEST_GIT_TAG=$(git describe --tags)
+declare -r LATEST_GIT_TAG=$(git describe --tags --abbrev=0)
54
declare -r LATEST_VERSION=${LATEST_GIT_TAG#"v"}
55
56
if ! dpkg --compare-versions "${VERSION}" "gt" "${LATEST_VERSION}"
0 commit comments