ci: auto-generate changelog

This commit is contained in:
Robert Kaussow 2021-03-23 20:32:16 +01:00
parent 3b441b3461
commit 87d934b18b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61

View File

@ -186,13 +186,6 @@ steps:
- 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: 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:
@ -651,6 +644,6 @@ depends_on:
---
kind: signature
hmac: 06bbfd2497f11781d23b69ef14c3989d773e1222e21adc4031c2b91fdb2775d1
hmac: 321540ba92e4abe200e4c4ad456091b37bbbbf08b3edb5c9f3124471f77c206d
...