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

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

View File

@ -59,7 +59,7 @@ steps:
image: thegeeklab/git-chglog
commands:
- git fetch -tq
- git-chglog --no-color --no-emoji ${DRONE_TAG:-"--next-tag unreleased 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