chore: changelog: fix incorrect version URLs
This commit is contained in:
parent
b8825f9199
commit
97b6f07399
5 changed files with 10 additions and 9 deletions
2
Justfile
2
Justfile
|
|
@ -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'"
|
||||
|
|
|
|||
Reference in a new issue