2023-12-20 18:51:36 +03:00
|
|
|
|
|
|
|
name-template: '$RESOLVED_VERSION'
|
|
|
|
tag-template: '$RESOLVED_VERSION'
|
|
|
|
categories:
|
|
|
|
- title: '🚀 Features'
|
|
|
|
labels:
|
|
|
|
- 'feature'
|
|
|
|
- 'enhancement'
|
|
|
|
- title: '🐛 Bug Fixes'
|
|
|
|
labels:
|
|
|
|
- 'fix'
|
|
|
|
- 'bugfix'
|
|
|
|
- 'bug'
|
|
|
|
- title: '🧰 Development'
|
|
|
|
label: 'dev'
|
|
|
|
- title: '🤖 Dependencies'
|
|
|
|
label: 'dependencies'
|
2023-12-20 19:03:06 +03:00
|
|
|
- title: '🔒 Security'
|
|
|
|
label: 'security'
|
2023-12-20 18:51:36 +03:00
|
|
|
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
|
|
|
|
template: |
|
|
|
|
## Changes
|
|
|
|
$CHANGES
|