fix changelog generation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-10 22:09:54 +01:00
parent 8a3bbf0d90
commit c0fde30643
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ steps:
commands:
- git fetch -tq
- 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"}
- 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: 1e5303297ab909b1efb4323d9a8f7edbf93d839570f89e1f0b403437bfe4d580
hmac: b44b67a35b188385792399a1da8b54aba16bec853b038b06285901ada99e406f
...