gaphas/.github/release-drafter.yml

32 lines
755 B
YAML
Raw Permalink Normal View History

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: ''