| 1234567891011121314151617181920212223242526272829 |
- version-template: 'v21.$MINOR.$PATCH'
- name-template: '$RESOLVED_VERSION'
- tag-template: '$RESOLVED_VERSION'
- categories:
- - title: '🚀 Features'
- labels:
- - 'feature'
- - 'enhancement'
- - title: '🐛 Bug Fixes'
- labels:
- - 'fix'
- - 'bugfix'
- - '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:
- minor:
- labels:
- - 'release'
- patch:
- labels:
- - 'hotfix'
- default: patch
- template: |
- ## Changes
- $CHANGES
|