Reorder categories in release drafter
This commit is contained in:
parent
58f1585f23
commit
beed5ffbea
1 changed files with 23 additions and 19 deletions
14
.github/release-drafter.yml
vendored
14
.github/release-drafter.yml
vendored
|
@ -7,16 +7,20 @@ template: |
|
|||
$CHANGES
|
||||
|
||||
This release note has been generated automatically by [Release Drafter](https://github.com/marketplace/actions/release-drafter).
|
||||
|
||||
categories:
|
||||
- title: 'Breaking Changes'
|
||||
- title: 'Breaking Changes'
|
||||
label: 'breaking-change'
|
||||
- title: 'New Translations'
|
||||
label: 'translation'
|
||||
- title: 'New Features & Enhancements'
|
||||
|
||||
- title: 'New Features & Enhancements'
|
||||
labels:
|
||||
- 'feature'
|
||||
- 'enhancement'
|
||||
- title: 'Bug Fixes'
|
||||
|
||||
- title: 'New Translations'
|
||||
label: 'translation'
|
||||
|
||||
- title: 'Bug Fixes'
|
||||
labels:
|
||||
- 'bug'
|
||||
- 'bug-fix'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue