2024-05-30 19:03:25 +00:00
|
|
|
|
name-template: "$RESOLVED_VERSION"
|
|
|
|
|
tag-template: "$RESOLVED_VERSION"
|
|
|
|
|
template: |
|
|
|
|
|
## What’s Changed
|
|
|
|
|
|
|
|
|
|
$CHANGES
|
|
|
|
|
|
|
|
|
|
categories:
|
|
|
|
|
- title: "🚀 Features"
|
|
|
|
|
labels:
|
|
|
|
|
- 'feature'
|
|
|
|
|
- 'enhancement'
|
|
|
|
|
- title: "🐛 Bug Fixes"
|
|
|
|
|
labels:
|
|
|
|
|
- 'fix'
|
|
|
|
|
- 'bug'
|
|
|
|
|
- title: "💚 Maintenance"
|
|
|
|
|
labels:
|
|
|
|
|
- 'chore'
|
|
|
|
|
- 'documentation'
|
2024-05-31 07:01:58 +00:00
|
|
|
|
- title: "🧱 Dependencies"
|
|
|
|
|
labels:
|
|
|
|
|
- 'dependencies'
|
|
|
|
|
- 'type: dependencies'
|
2024-05-30 19:03:25 +00:00
|
|
|
|
|
|
|
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
|
|
|
version-resolver:
|
|
|
|
|
major:
|
|
|
|
|
labels:
|
|
|
|
|
- 'breaking'
|
|
|
|
|
minor:
|
|
|
|
|
labels:
|
|
|
|
|
- 'feature'
|
|
|
|
|
- 'enhancement'
|
|
|
|
|
patch:
|
|
|
|
|
labels:
|
|
|
|
|
- 'chore'
|
|
|
|
|
- 'documentation'
|
|
|
|
|
- 'dependencies'
|
|
|
|
|
default: patch
|
|
|
|
|
exclude-labels:
|
|
|
|
|
- 'skip-changelog'
|