1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
exclude-contributors:
- 'pre-commit-ci[bot]'
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Bug Fixes'
labels:
- 'bug'
- title: 'Documentation and code quality'
labels:
- 'documentation'
- title: 'Misc/Internal Changes'
labels:
- 'misc'
exclude-labels:
- "no changelog entry"
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
|