35 lines
601 B
YAML
35 lines
601 B
YAML
|
name-template: 'v$RESOLVED_VERSION 🌈'
|
||
|
tag-template: 'v$RESOLVED_VERSION'
|
||
|
categories:
|
||
|
- title: '🚀 Features'
|
||
|
labels:
|
||
|
- 'feature'
|
||
|
- 'enhancement'
|
||
|
- title: '🐛 Bug Fixes'
|
||
|
labels:
|
||
|
- 'fix'
|
||
|
- 'bugfix'
|
||
|
- 'bug'
|
||
|
- title: '🧰 Maintenance'
|
||
|
labels:
|
||
|
- 'chore'
|
||
|
- 'dependencies'
|
||
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
||
|
version-resolver:
|
||
|
major:
|
||
|
labels:
|
||
|
- 'major'
|
||
|
minor:
|
||
|
labels:
|
||
|
- 'minor'
|
||
|
patch:
|
||
|
labels:
|
||
|
- 'patch'
|
||
|
default: patch
|
||
|
exclude-labels:
|
||
|
- 'skip-changelog'
|
||
|
template: |
|
||
|
## Changes
|
||
|
|
||
|
$CHANGES
|