Skip to content

Commit

Permalink
Update release drafter for new labels (#9641)
Browse files Browse the repository at this point in the history
Update release-drafter.yml
  • Loading branch information
LinkIsGrim authored Nov 12, 2023
1 parent 3fcef89 commit 141410b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ categories:
labels:
- 'kind/cleanup'
- 'area/compatibility'
- 'kind/change'
- title: '**SETTINGS:**'
labels:
- 'kind/setting'
- title: '**TRANSLATIONS:**'
labels:
- 'area/translations'
Expand All @@ -39,5 +43,5 @@ template: |
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|SETTINGS|TRANSLATIONS):\*\*)/g'
replace: '$1'

0 comments on commit 141410b

Please sign in to comment.