fix drone config
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Robert Kaussow 2021-02-10 21:36:46 +01:00
parent 81723a443c
commit 7e66358d8f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 12 additions and 3 deletions

View File

@ -11,6 +11,7 @@ options:
perf: Performance Improvements
refactor: Code Refactoring
chore: Others
ci: CI Pipeline
header:
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
pattern_maps:

View File

@ -58,8 +58,8 @@ steps:
- 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}
- 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
@ -94,7 +94,7 @@ steps:
- refs/heads/main
- refs/tags/**
depends_on:
- tags
- changelog
- name: publish-gitea
image: plugins/gitea-release

8
CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog
## unreleased (2021-02-10)
### Ci
- auto-generate changelog