Create release-drafter.yml

This commit is contained in:
Chris Titus 2024-08-29 00:08:33 -05:00 committed by GitHub
parent 1fc79bccf2
commit c45f36d58f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
.github/release-drafter.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
## Contributors
$CONTRIBUTORS