This commit is contained in:
parent
81723a443c
commit
7e66358d8f
@ -11,6 +11,7 @@ options:
|
|||||||
perf: Performance Improvements
|
perf: Performance Improvements
|
||||||
refactor: Code Refactoring
|
refactor: Code Refactoring
|
||||||
chore: Others
|
chore: Others
|
||||||
|
ci: CI Pipeline
|
||||||
header:
|
header:
|
||||||
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
|
||||||
pattern_maps:
|
pattern_maps:
|
||||||
|
@ -58,8 +58,8 @@ steps:
|
|||||||
- name: changelog
|
- name: changelog
|
||||||
image: thegeeklab/git-chglog
|
image: thegeeklab/git-chglog
|
||||||
commands:
|
commands:
|
||||||
- git-chglog --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased}
|
- git-chglog --no-color --no-emoji --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 -o CHANGELOG.md --next-tag ${DRONE_TAG:-unreleased} ${DRONE_TAG:-unreleased}
|
||||||
depends_on:
|
depends_on:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ steps:
|
|||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
- refs/tags/**
|
- refs/tags/**
|
||||||
depends_on:
|
depends_on:
|
||||||
- tags
|
- changelog
|
||||||
|
|
||||||
- name: publish-gitea
|
- name: publish-gitea
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## unreleased (2021-02-10)
|
||||||
|
|
||||||
|
### Ci
|
||||||
|
|
||||||
|
- auto-generate changelog
|
||||||
|
|
Reference in New Issue
Block a user