diff --git a/.drone.yml b/.drone.yml index 0d47995..1e82afb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,6 +55,14 @@ steps: depends_on: - dryrun +- name: changelog + image: thegeeklab/git-chglog + commands: + - git-chglog --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased} + - git-chglog -o CHANGELOG.md --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased} + depends_on: + - tags + - name: publish-dockerhub image: thegeeklab/drone-docker-buildx:20 settings: @@ -69,7 +77,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - tags + - changelog - name: publish-quay image: thegeeklab/drone-docker-buildx:20 @@ -179,6 +187,6 @@ depends_on: --- kind: signature -hmac: c3b2dc109e4cf200cbfe0da970d6410f38a290932cb1ae87e48520eeb44bc8fc +hmac: 75420509be5a8c262ee5690b46c00880419536f9e305b3e42e0b02d1df2cae67 ...