Files
ProxmoxVE-Local/.github/release-drafter.yml
Michel Roegl-Brunner 997d4a9723 Add release drafter
2025-10-03 14:26:43 +02:00

22 lines
498 B
YAML

# Template for release drafts
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: "🚀 Features"
labels:
- feature
- title: "🐛 Bug Fixes"
labels:
- fix
- bug
- title: "🧰 Maintenance"
labels:
- chore
- refactor
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
change-title-template: '### $TITLE'
template: |
## Changes
$CHANGES