chore(deps): changelogen@1.0.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0042f118b9
commit
df2a3e143f
@ -28,7 +28,7 @@ git fetch --tags
|
|||||||
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
|
CURRENTTAG=$(git tag --sort=-creatordate | head -n 1)
|
||||||
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)
|
PREVIOUSTAG=$(git tag --sort=-creatordate | head -n 2 | tail -n 1)
|
||||||
echo "$PREVIOUSTAG..$CURRENTTAG"
|
echo "$PREVIOUSTAG..$CURRENTTAG"
|
||||||
ALLCHANGES=$(npx -y @philippdormann/changelogen@0.7.6 --from $PREVIOUSTAG --to $CURRENTTAG --no-output | sed 's/"/\\"/g' | tail -n +6)
|
ALLCHANGES=$(npx -y @philippdormann/changelogen@1.0.0 --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
|
||||||
if [ "${PLUGIN_GITEA_APIKEY:-null}" = null ]; then
|
if [ "${PLUGIN_GITEA_APIKEY:-null}" = null ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user