Choices/.github/release-drafter.yml

22 lines
472 B
YAML
Raw Normal View History

2019-10-30 14:19:34 +01:00
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '🚨 Breaking changes'
labels:
- 'breaking change'
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'bugfix'
- title: '🔧 Maintenance'
labels:
- 'chore'
- 'housekeeping'
- 'refactor'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
$CHANGES