retrieve tags before generating the changelog
This commit is contained in:
parent
7401878301
commit
39885f17ac
@ -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
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user