34 lines
671 B
YAML
34 lines
671 B
YAML
categories:
|
|
- title: '❗️ Breaking Changes'
|
|
labels:
|
|
- 'breaking-change'
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- 'release'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
|
|
version-resolver:
|
|
major:
|
|
labels:
|
|
- 'major'
|
|
minor:
|
|
labels:
|
|
- 'minor'
|
|
patch:
|
|
labels:
|
|
- 'patch'
|
|
default: patch
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
template: |
|
|
## What's Changed
|
|
|
|
$CHANGES
|