From 74018783018b5b206431de7d87c4a59f536c67a2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 10 Feb 2021 21:54:44 +0100 Subject: [PATCH] add back changelog generation step --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3e7b15a..38ee115 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,13 +55,13 @@ steps: depends_on: - dryrun -# - name: changelog -# image: thegeeklab/git-chglog -# commands: -# - 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: -# - tags +- name: changelog + image: thegeeklab/git-chglog + commands: + - 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: + - tags - name: publish-dockerhub image: thegeeklab/drone-docker-buildx:20 @@ -77,7 +77,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - tags + - changelog - name: publish-quay image: thegeeklab/drone-docker-buildx:20 @@ -94,7 +94,7 @@ steps: - refs/heads/main - refs/tags/** depends_on: - - tags + - changelog - name: publish-gitea image: plugins/gitea-release @@ -187,6 +187,6 @@ depends_on: --- kind: signature -hmac: 6d13bd36f88118cb9510f89e6801106af145fa2c1adfeb652b4860649d7b564c +hmac: 9eb83864be7efa2c804c362ba42fe1ea939caddd4892c0c36f1fd4a755053909 ...