dragonfly/.github/release_drafter.yml
Jacob Schmidt bf951fd1f6
Some checks failed
Build / Build (push) Failing after 39s
Initial Repo Setup
2025-01-01 09:33:04 -06:00

34 lines
596 B
YAML

branches:
- master
name-template: "ArmaDragonflyClient_v$NEXT_PATCH_VERSION"
tag-template: "$NEXT_PATCH_VERSION"
categories:
- title: "**ADDED:**"
labels:
- "feature"
- title: "**FIXED:**"
labels:
- "bug fix"
- title: "**IMPROVED:**"
labels:
- "enhancement"
- title: "**CHANGED:**"
labels:
- "cleanup"
exclude-labels:
- "ignore changelog"
change-template: "- $TITLE (#$NUMBER)"
template: |
## Change Log Summary
$CHANGES
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED):\*\*)/g'
replace: "$1"