Skip to content

Commit

Permalink
Merge pull request #610 from elezar/fix-generate-changelog
Browse files Browse the repository at this point in the history
[no-relnote] Fix generate-changelog
  • Loading branch information
elezar authored Jul 15, 2024
2 parents 49acaef + 2273664 commit eb7983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ EOF
LIB_VERSION=$(awk -F= '/^LIB_VERSION/ { print $2 }' versions.mk | tr -d '[:space:]')
LIB_TAG=$(awk -F= '/^LIB_TAG/ { print $2 }' versions.mk | tr -d '[:space:]')

VERSION="v${LIB_VERSION}${LIB_TAG+-${LIB_TAG}}"
VERSION="v${LIB_VERSION}${LIB_TAG:+-${LIB_TAG}}"
>&2 echo "VERSION=$VERSION"

REFERENCE=
Expand Down

0 comments on commit eb7983a

Please sign in to comment.