fix changelog generation
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2021-02-10 22:07:43 +01:00
parent 39885f17ac
commit 8a3bbf0d90
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

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