Skip to content

Commit

Permalink
Polish used tags in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Jun 27, 2023
1 parent 3a21cd3 commit 0aa20cf
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,29 @@ exclude-contributors:

# https://github.com/release-drafter/release-drafter#categorize-pull-requests
categories:
- title: 🚀 Added
- title: 'Security'
labels:
- 'security'
- 'changelog:security'
- title: '🚀 Added'
labels:
- 'automation'
- 'documentation'
- 'feature'
- 'enhancement'
- 'changelog:added'
- title: Deprecated
- title: 'Deprecated'
labels:
- 'changelog:deprecated '
- title: Removed
- title: 'Removed'
labels:
- 'changelog:removed'
- title: 🐛 Fixed
- title: '🐛 Fixed'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'changelog:fixed'
- title: Security
labels:
- 'security'
- 'changelog:security'
- title: 'Dependency Updates & Maintenance'
labels:
- 'dependencies'
Expand All @@ -60,6 +62,8 @@ version-resolver:
- 'changelog:removed'
minor:
labels:
- 'automation'
- 'documentation'
- 'feature'
- 'enhancement'
- 'changelog:added'
Expand Down

0 comments on commit 0aa20cf

Please sign in to comment.