ci: auto-generate changelog

This commit is contained in:
Robert Kaussow 2021-03-23 20:32:00 +01:00
parent f6bebbeb60
commit 3b441b3461
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -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',