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

This commit is contained in:
Robert Kaussow 2021-02-10 21:59:16 +01:00
parent 7401878301
commit 39885f17ac
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ steps:
- name: changelog
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}
depends_on:
@ -187,6 +188,6 @@ depends_on:
---
kind: signature
hmac: 9eb83864be7efa2c804c362ba42fe1ea939caddd4892c0c36f1fd4a755053909
hmac: 88c5b014c3fadb5c177e8090fc161019c2eea8c115728a4dc464422238868f96
...