chore: changelog: fix incorrect version URLs

This commit is contained in:
ThetaDev 2024-04-11 13:25:47 +02:00
parent b8825f9199
commit 97b6f07399
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
5 changed files with 10 additions and 9 deletions

View file

@ -69,7 +69,7 @@ release crate="rustypipe":
if git rev-parse "$TAG" >/dev/null 2>&1; then echo "version tag $TAG already exists"; exit 1; fi
CLIFF_ARGS="--tag 'v${VERSION}' --tag-pattern '${CRATE}/*' --unreleased $INCLUDES"
CLIFF_ARGS="--tag '${TAG}' --tag-pattern '${CRATE}/*' --unreleased $INCLUDES"
echo "git-cliff $CLIFF_ARGS"
if [ -f "$CHANGELOG" ]; then
eval "git-cliff $CLIFF_ARGS --prepend '$CHANGELOG'"