diff --git a/.drone.yml b/.drone.yml index 589afdf..8c0f80e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...