ci: auto-generate changelog
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-02-10 21:33:17 +01:00
parent 44a6ad7b56
commit 81723a443c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 10 additions and 2 deletions

View File

@ -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
...