Files
runelite/.github/release-drafter.yml
2020-04-11 15:39:16 +01:00

24 lines
419 B
YAML

exclude-labels:
- 'skip-changelog'
- 'automated-pull-request'
- 'upstream'
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
template: |
Thanks to: $CONTRIBUTORS
## Changes
$CHANGES