Skip to content

Commit

Permalink
small tweaks to release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Dec 20, 2024
1 parent 3b7eb77 commit 62dd67e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,28 @@ categories:
labels:
- 'breaking-change'

- title: "Bugfixes"
- title: "🐛 Bugfixes"
labels:
- 'bugfix'

- title: "New features"
- title: "🚀 Features"
labels:
- 'feature'
- 'enhancement'
- 'new-feature'
- 'new-provider'

- title: '⬆️ Dependencies and various chores/maintenance'
collapse-after: 1
- title: '🧰 Maintenance'
labels:
- 'dependencies'
- 'ci'
- 'documentation'
- 'maintenance'

- title: '⬆️ Dependencies'
collapse-after: 1
labels:
- 'dependencies'

template: |
## What’s Changed
Expand Down

0 comments on commit 62dd67e

Please sign in to comment.