2020-01-02 04:13:29 +00:00
|
|
|
branches:
|
2020-01-02 04:20:55 +00:00
|
|
|
- master
|
2020-01-02 04:13:29 +00:00
|
|
|
- release-drafter # for testing edits to this configuration
|
|
|
|
|
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'
|
2020-06-30 05:06:18 +00:00
|
|
|
- 'kind/added feature'
|
2020-01-01 20:37:12 +00:00
|
|
|
- title: '**FIXED:**'
|
|
|
|
labels:
|
|
|
|
- 'kind/bug fix'
|
2020-01-17 14:59:50 +00:00
|
|
|
- title: '**IMPROVED:**'
|
2020-01-01 20:37:12 +00:00
|
|
|
labels:
|
|
|
|
- 'kind/enhancement'
|
2020-06-30 05:06:18 +00:00
|
|
|
- 'kind/optimization'
|
2020-01-17 14:59:50 +00:00
|
|
|
- title: '**CHANGED:**'
|
|
|
|
labels:
|
2020-01-01 20:37:12 +00:00
|
|
|
- 'kind/cleanup'
|
|
|
|
- 'area/compatibility'
|
2020-01-17 14:59:50 +00:00
|
|
|
- title: '**TRANSLATIONS:**'
|
|
|
|
labels:
|
|
|
|
- 'area/translations'
|
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
|
2020-01-21 16:36:52 +00:00
|
|
|
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
|
2020-01-01 22:03:08 +00:00
|
|
|
replace: '$1'
|