mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
26 lines
419 B
YAML
26 lines
419 B
YAML
name-template: "Release $COMPLETE"
|
|
tag-template: "v$COMPLETE"
|
|
draft: false
|
|
|
|
exclude:
|
|
pulls: true
|
|
exclude-labels:
|
|
- changelog-ignore
|
|
|
|
categories:
|
|
- title: "Features"
|
|
labels: ["feature", "enhancement"]
|
|
- title: "Fixes"
|
|
labels: ["bug"]
|
|
- title: "Maintenance"
|
|
labels: ["chore", "refactor"]
|
|
|
|
change-template: "- $TITLE [#$NUMBER]"
|
|
|
|
template: |
|
|
# Release $RESOLVED_VERSION
|
|
|
|
## Changes
|
|
|
|
$CHANGES
|