client/.github/release_drafter.yml
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

34 lines
589 B
YAML

branches:
- master
name-template: "forge_client_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"