fix not able to make release

This commit is contained in:
Dr-Blank 2024-08-23 08:08:05 -04:00
parent 7fce291c66
commit b6164c38bc
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
2 changed files with 6 additions and 4 deletions

19
.github/release-drafter.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name-template: 'v$NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚀 New Features'
labels:
- 'feature'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🛠 Maintenance'
labels:
- 'maintenance'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## What's Changed
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$NEW_TAG