From 0a2628d5c6ecec8b7555d19bcaab58e42e35ee31 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 10 May 2023 21:12:32 +0200 Subject: [PATCH] Pinned changelogen version --- plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.sh b/plugin.sh index 8d747a3..9077f60 100644 --- a/plugin.sh +++ b/plugin.sh @@ -28,7 +28,7 @@ git fetch --tags CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1) PREVIOUSTAG=$(git tag --sort=-taggerdate | head -n 2 | tail -n 1) echo "$PREVIOUSTAG..$CURRENTTAG" -ALLCHANGES=$(npx -y @philippdormann/changelogen@latest --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6) +ALLCHANGES=$(npx -y @philippdormann/changelogen@0.7.6 --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6) if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then if [ "${PLUGIN_GITEA_APIKEY:-null}" = null ]; then