Skip to content

Commit

Permalink
chore: fixed releaser config (hopefully)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <knight@linux.com>
  • Loading branch information
eddie-knight committed Apr 26, 2024
1 parent c25bbf9 commit f0835e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ template: |
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
labels:
- 'infrastructure'
Expand All @@ -33,6 +31,7 @@ version-resolver:
minor:
labels:
- 'enhancement'
- 'feature'
patch:
labels:
- 'fix'
Expand Down

0 comments on commit f0835e4

Please sign in to comment.