Files
runelite/.github/release-drafter.yml
Owain van Brakel b1c34b1198 drafter: SemVer
2020-01-16 15:14:54 +01:00

22 lines
403 B
YAML

exclude-labels:
- 'skip-changelog'
- 'automated-pull-request'
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