mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-01-19 04:50:43 +00:00
19 lines
373 B
YAML
19 lines
373 B
YAML
|
name-template: '$NEXT_PATCH_VERSION'
|
||
|
tag-template: '$NEXT_PATCH_VERSION'
|
||
|
categories:
|
||
|
- title: 'Features'
|
||
|
labels:
|
||
|
- 'feature'
|
||
|
- 'enhancement'
|
||
|
- title: 'Bug Fixes'
|
||
|
labels:
|
||
|
- 'fix'
|
||
|
- 'bugfix'
|
||
|
- 'bug'
|
||
|
- title: 'Maintenance'
|
||
|
label: 'maintenance'
|
||
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||
|
template: |
|
||
|
## Changes
|
||
|
|
||
|
$CHANGES
|