This commit is contained in:
parent
0da154e61e
commit
c8a1cec4f9
@ -27,6 +27,7 @@ git fetch --tags
|
|||||||
|
|
||||||
CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1)
|
CURRENTTAG=$(git tag --sort=-taggerdate | head -n 1)
|
||||||
PREVIOUSTAG=$(git tag --sort=-taggerdate | head -n 2 | tail -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@latest --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6)
|
||||||
|
|
||||||
if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then
|
if [ "${PLUGIN_GITEA_DOMAIN:+set}" = set ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user