linutil/.github/release-drafter.yml

23 lines
414 B
YAML
Raw Permalink Normal View History

2024-08-29 06:38:47 +01:00
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
2024-08-29 05:52:38 +01:00
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
## Contributors
$CONTRIBUTORS