retrieve tags before generating the changelog
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Robert Kaussow 2021-02-10 21:59:16 +01:00
parent 7401878301
commit 39885f17ac
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -58,6 +58,7 @@ steps:
- name: changelog - name: changelog
image: thegeeklab/git-chglog image: thegeeklab/git-chglog
commands: commands:
- git fetch -tq
- git-chglog --no-color --no-emoji --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased} - 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 -o CHANGELOG.md --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased}
depends_on: depends_on:
@ -187,6 +188,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 9eb83864be7efa2c804c362ba42fe1ea939caddd4892c0c36f1fd4a755053909 hmac: 88c5b014c3fadb5c177e8090fc161019c2eea8c115728a4dc464422238868f96
... ...