21 lines
401 B
YAML
21 lines
401 B
YAML
name-template: 'v$NEXT_PATCH_VERSION'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
categories:
|
|
- title: 'Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: 'Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: 'Maintenance'
|
|
labels:
|
|
- 'chore'
|
|
- 'documentation'
|
|
change-template: '- $TITLE (#$NUMBER) @$AUTHOR'
|
|
template: |
|
|
# Changes
|
|
$CHANGES
|