gaphor/.github/release-drafter.yml
2021-08-27 14:03:03 -07:00

36 lines
854 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'
- title: '🌍 Translation'
label: 'translation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
Thanks again to $CONTRIBUTORS! 🎉
no-changes-template: 'Changes are coming soon 😎'
replacers:
- search: '/(?:and )?@dependabot(?:\[bot\])?,?/g'
replace: ''
- search: '/(?:and )?@sourcery-ai-bot(?:\[bot\])?,?/g'
replace: ''
- search: '/(?:and )?@allcontributors(?:\[bot\])?,?/g'
replace: ''
- search: ', !'
replace: '!'