mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-01-21 01:29:32 +00:00
fix not able to make release
This commit is contained in:
parent
7fce291c66
commit
b6164c38bc
2 changed files with 6 additions and 4 deletions
19
.github/release-drafter.yml
vendored
Normal file
19
.github/release-drafter.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue