ACE3/.github/release-drafter.yml
jonpas 4ac04a8f92
Tools - Delete .github_changelog_generator (#7484)
* Delete .github_changelog_generator

* Update Release Drafter replacer category tiltes
2020-01-21 17:36:52 +01:00

41 lines
862 B
YAML

branches:
- master
- release-drafter # for testing edits to this configuration
name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: '**ADDED:**'
labels:
- 'kind/feature request'
- title: '**FIXED:**'
labels:
- 'kind/bug fix'
- title: '**IMPROVED:**'
labels:
- 'kind/enhancement'
- title: '**CHANGED:**'
labels:
- 'kind/cleanup'
- 'area/compatibility'
- title: '**TRANSLATIONS:**'
labels:
- 'area/translations'
exclude-labels:
- 'ignore changelog'
change-template: '- $TITLE (#$NUMBER)'
template: |
_Requires CBA version X.Y.Z or later and Arma 3 version X.Y or later._
## Change Log Summary
$CHANGES
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
replace: '$1'