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 49acaef commit 2273664Copy full SHA for 2273664
hack/generate-changelog.sh
@@ -33,7 +33,7 @@ EOF
33
LIB_VERSION=$(awk -F= '/^LIB_VERSION/ { print $2 }' versions.mk | tr -d '[:space:]')
34
LIB_TAG=$(awk -F= '/^LIB_TAG/ { print $2 }' versions.mk | tr -d '[:space:]')
35
36
-VERSION="v${LIB_VERSION}${LIB_TAG+-${LIB_TAG}}"
+VERSION="v${LIB_VERSION}${LIB_TAG:+-${LIB_TAG}}"
37
>&2 echo "VERSION=$VERSION"
38
39
REFERENCE=
0 commit comments