24 lines
427 B
YAML
24 lines
427 B
YAML
name-template: v$NEXT_PATCH_VERSION
|
|
tag-template: v$NEXT_PATCH_VERSION
|
|
categories:
|
|
- title: Added
|
|
label: enhancement
|
|
- title: Changed
|
|
label: change
|
|
- title: Deprecated
|
|
label: deprecated
|
|
- title: Removed
|
|
label: removed
|
|
- title: Fixed
|
|
label: bug
|
|
- title: Security
|
|
label: security
|
|
tag-template: - $TITLE (#$NUMBER) @$AUTHOR
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
|
|
## Authors
|
|
$CONTRIBUTORS
|