Files
ProxmoxVE-Local/.github/release-drafter.yml
2025-10-16 15:57:56 +02:00

35 lines
717 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'
# Exclude PRs with this label from release notes
exclude-labels:
- automated
categories:
- title: "Breaking Changes"
labels:
- breaking
- title: "🚀 Features"
labels:
- feature
- title: "🐛 Bug Fixes"
labels:
- fix
- bug
- title: "🧰 Maintenance"
labels:
- chore
- refactor
- title: "Dependencies"
labels:
- dependencies
- javascript
change-template: '- $TITLE (#$NUMBER) by @$AUTHOR'
change-title-template: '### $TITLE'
template: |
## Changes
$CHANGES