Choices/.github/release-drafter.yml

30 lines
614 B
YAML
Raw Normal View History

name-template: 'Draft (next release)'
2019-10-30 14:19:34 +01:00
tag-template: 'v$NEXT_PATCH_VERSION'
sort-direction: descending
exclude-labels:
- 'skip-changelog'
- 'release'
2019-10-30 14:19:34 +01:00
categories:
- title: '🚨 Breaking changes'
labels:
- 'breaking change'
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bugfix'
- title: '🔧 Maintenance'
labels:
- 'chore'
- 'housekeeping'
- 'refactor'
- 'documentation'
2019-10-30 14:19:34 +01:00
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
# Changes
2019-10-30 14:19:34 +01:00
$CHANGES
# Contributors
$CONTRIBUTORS