Files
com_sportsmanager/.github/release-drafter_github.yml
T
2025-06-24 22:06:27 +02:00

23 lines
399 B
YAML

name-template: "Release $NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
exclude:
pulls: true
categories:
- title: "Features"
labels: ["feature", "enhancement"]
- title: "Fixes"
labels: ["bug"]
- title: "Maintenance"
labels: ["chore", "refactor"]
change-template: "- $TITLE ([#$NUMBER]($URL))"
template: |
# Release $NEXT_PATCH_VERSION
## Changes
$CHANGES