TerasologyLauncher/.github/release-drafter-config.yml

23 lines
409 B
YAML

name-template: 'Draft for v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: '🚀 Features'
labels:
- 'Type: Enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'Type: Bug'
- title: '🧰 Maintenance'
label: 'Type: Maintenance'
change-template: '- #$NUMBER $TITLE (@$AUTHOR)'
exclude-labels:
- 'Topic: CI/CD'
template: |
## Changes
$CHANGES