improve release-drafter configuration (#165)
Co-authored-by: AlteredCoder <AlteredCoder>
This commit is contained in:
parent
d23512e9c6
commit
daf2a350ea
1 changed files with 19 additions and 3 deletions
22
.github/release-drafter.yml
vendored
22
.github/release-drafter.yml
vendored
|
@ -1,7 +1,23 @@
|
|||
categories:
|
||||
- title: 'New Features'
|
||||
labels:
|
||||
- 'new feature'
|
||||
- title: 'Improvments'
|
||||
labels:
|
||||
- 'enhancement'
|
||||
- 'improvment'
|
||||
- title: 'Bug Fixes'
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
- title: 'Documentation'
|
||||
labels:
|
||||
- 'documention'
|
||||
- 'doc'
|
||||
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
|
||||
template: |
|
||||
Crowdsec $NEXT_PATCH_VERSION
|
||||
|
||||
## What’s Changed
|
||||
## Changes
|
||||
|
||||
$CHANGES
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue