diff --git a/plugin.sh b/plugin.sh index fe4ddee..1aa8d9f 100644 --- a/plugin.sh +++ b/plugin.sh @@ -27,6 +27,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) if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then