Improve GitHub labels and Release Drafter (#9884)

This commit is contained in:
jonpas 2024-03-28 18:29:08 +01:00 committed by GitHub
parent 48bdc6fbcd
commit 2a52ad14c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,10 @@ sort-direction: ascending
categories: categories:
- title: '**ADDED:**' - title: '**ADDED:**'
labels: labels:
- 'kind/feature request' - 'kind/feature'
- 'kind/added feature'
- title: '**FIXED:**' - title: '**FIXED:**'
labels: labels:
- 'kind/bug fix' - 'kind/bug-fix'
- title: '**IMPROVED:**' - title: '**IMPROVED:**'
labels: labels:
- 'kind/enhancement' - 'kind/enhancement'
@ -23,17 +22,16 @@ categories:
- title: '**CHANGED:**' - title: '**CHANGED:**'
labels: labels:
- 'kind/cleanup' - 'kind/cleanup'
- 'area/compatibility'
- 'kind/change' - 'kind/change'
- title: '**SETTINGS:**' - title: '**SETTINGS:**'
labels: labels:
- 'kind/setting' - 'kind/setting'
- title: '**TRANSLATIONS:**' - title: '**TRANSLATIONS:**'
labels: labels:
- 'area/translations' - 'kind/translation'
exclude-labels: exclude-labels:
- 'ignore changelog' - 'ignore-changelog'
- 'dependencies' - 'dependencies'
change-template: '- $TITLE (#$NUMBER)' change-template: '- $TITLE (#$NUMBER)'