6c2832d2b4
Signed-off-by: Dan Yeaw <dan@yeaw.me>
32 lines
755 B
YAML
32 lines
755 B
YAML
name-template: 'Version $NEXT_PATCH_VERSION - Summary Here🌈'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
exclude-labels:
|
|
- 'skip-changelog'
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'feature'
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'fix'
|
|
- 'bugfix'
|
|
- 'bug'
|
|
- title: '🧰 Maintenance'
|
|
label: 'chore'
|
|
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
|
|
template: |
|
|
## Changes
|
|
|
|
$CHANGES
|
|
|
|
Thanks again to $CONTRIBUTORS! 🎉
|
|
no-changes-template: 'Changes are coming soon 😎'
|
|
replacers:
|
|
- search: '(?:and )?@dependabot(?:\[bot\])?,?'
|
|
replace: ''
|
|
- search: '(?:and )?@sourcery-ai-bot(?:\[bot\])?,?'
|
|
replace: ''
|
|
- search: '(?:and )?@allcontributors(?:\[bot\])?,?'
|
|
replace: ''
|