Skip to content

Commit

Permalink
Improve GitHub labels and Release Drafter (#9884)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Mar 28, 2024
1 parent 48bdc6f commit 2a52ad1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,27 @@ sort-direction: ascending
categories:
- title: '**ADDED:**'
labels:
- 'kind/feature request'
- 'kind/added feature'
- 'kind/feature'
- title: '**FIXED:**'
labels:
- 'kind/bug fix'
- 'kind/bug-fix'
- title: '**IMPROVED:**'
labels:
- 'kind/enhancement'
- 'kind/optimization'
- title: '**CHANGED:**'
labels:
- 'kind/cleanup'
- 'area/compatibility'
- 'kind/change'
- title: '**SETTINGS:**'
labels:
- 'kind/setting'
- title: '**TRANSLATIONS:**'
labels:
- 'area/translations'
- 'kind/translation'

exclude-labels:
- 'ignore changelog'
- 'ignore-changelog'
- 'dependencies'

change-template: '- $TITLE (#$NUMBER)'
Expand Down

0 comments on commit 2a52ad1

Please sign in to comment.