From 928df34f10df1b17817c780e50d377a1471c81ea Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 23 Mar 2021 20:42:59 +0100 Subject: [PATCH] enable auto-generate changelog --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8bab21c..fafceea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,6 +37,13 @@ steps: commands: - sha256sum wait-for > sha256sum.txt +- name: changelog + 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 -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased} + - name: publish-github image: plugins/github-release settings: @@ -352,6 +359,6 @@ depends_on: --- kind: signature -hmac: a68c22e6a450b343f4afb60d448d03b03db8fbb2c98296e5d40a30e1c5dfe066 +hmac: b13616fead2f7e74acb1de005f187debac0ff31355cbcd12ac2e7bc2e5a80239 ...