Added additional echo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2023-05-10 20:39:04 +02:00
parent 0da154e61e
commit c8a1cec4f9
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -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