34 lines
596 B
YAML
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"
|