From 3b441b3461c37fcc628d159918782fba1be96a10 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 23 Mar 2021 20:32:00 +0100 Subject: [PATCH] ci: auto-generate changelog --- .drone.jsonnet | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 143ddc7..22a0936 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -169,15 +169,6 @@ local PipelineBuildPackage = { 'git-chglog --no-color --no-emoji -o CHANGELOG.md ${DRONE_TAG:---next-tag unreleased unreleased}', ], }, - { - 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',