generic/.github/release-drafter.yml
Dan Yeaw 6c2832d2b4
Add PR labeler and release drafter GitHub Actions
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2020-08-26 21:24:02 -04:00

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