2020-01-01 22:03:08 +00:00
|
|
|
name-template: 'Version $NEXT_PATCH_VERSION'
|
|
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
|
|
|
2020-01-01 20:37:12 +00:00
|
|
|
categories:
|
|
|
|
- title: '**ADDED:**'
|
|
|
|
labels:
|
|
|
|
- 'kind/feature request'
|
|
|
|
- 'kind/enhancement'
|
|
|
|
- 'area/translations'
|
|
|
|
- title: '**FIXED:**'
|
|
|
|
labels:
|
|
|
|
- 'kind/bug fix'
|
|
|
|
- title: '**CHANGED:**'
|
|
|
|
labels:
|
|
|
|
- 'kind/enhancement'
|
|
|
|
- 'kind/cleanup'
|
|
|
|
- 'area/compatibility'
|
2020-01-01 22:03:08 +00:00
|
|
|
|
|
|
|
exclude-labels:
|
|
|
|
- 'ignore changelog'
|
|
|
|
|
2020-01-01 20:37:12 +00:00
|
|
|
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
|
2020-01-01 22:03:08 +00:00
|
|
|
|
|
|
|
replacers:
|
|
|
|
# Category titles
|
|
|
|
- search: '\#\# (\*\*(ADDED|FIXED|CHANGED):\*\*)'
|
|
|
|
replace: '$1'
|