Skip to content

Commit

Permalink
Add removed to drafter (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 authored Jan 29, 2025
1 parent a62e9e2 commit 60b0302
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ categories:
- title: '**CHANGED:**'
labels:
- 'cleanup'
- title: '**REMOVED:**'
labels:
- 'obsolete'
- title: '**TRANSLATIONS:**'
labels:
- 'localization'
Expand All @@ -35,5 +38,5 @@ template: |
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|REMOVED|TRANSLATIONS):\*\*)/g'
replace: '$1'
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ changelog:
- title: '**CHANGED:**'
labels:
- 'cleanup'
- title: '**REMOVED:**'
labels:
- 'obsolete'
- title: '**TRANSLATIONS:**'
labels:
- 'localization'

0 comments on commit 60b0302

Please sign in to comment.