fix changelog generation
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Robert Kaussow 2021-02-10 22:07:43 +01:00
parent 39885f17ac
commit 8a3bbf0d90
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -59,8 +59,8 @@ steps:
image: thegeeklab/git-chglog image: thegeeklab/git-chglog
commands: commands:
- git fetch -tq - git fetch -tq
- git-chglog --no-color --no-emoji --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased} - git-chglog --no-color --no-emoji ${DRONE_TAG:-"--next-tag unreleased unreleased"}
- git-chglog --no-color --no-emoji -o CHANGELOG.md --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased} - git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:-"--next-tag unreleased unreleased"}
depends_on: depends_on:
- tags - tags
@ -188,6 +188,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 88c5b014c3fadb5c177e8090fc161019c2eea8c115728a4dc464422238868f96 hmac: 1e5303297ab909b1efb4323d9a8f7edbf93d839570f89e1f0b403437bfe4d580
... ...