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'
|
|
|
|
|
2023-12-21 02:03:51 +00:00
|
|
|
sort-by: title # sort alphabetically
|
2023-12-21 16:14:44 +00:00
|
|
|
sort-direction: ascending
|
2023-12-21 02:03:51 +00:00
|
|
|
|
2020-01-01 20:37:12 +00:00
|
|
|
categories:
|
|
|
|
- title: '**ADDED:**'
|
|
|
|
labels:
|
2024-03-28 17:29:08 +00:00
|
|
|
- 'kind/feature'
|
2020-01-01 20:37:12 +00:00
|
|
|
- title: '**FIXED:**'
|
|
|
|
labels:
|
2024-03-28 17:29:08 +00:00
|
|
|
- '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'
|
2023-11-12 14:47:17 +00:00
|
|
|
- 'kind/change'
|
|
|
|
- title: '**SETTINGS:**'
|
|
|
|
labels:
|
|
|
|
- 'kind/setting'
|
2020-01-17 14:59:50 +00:00
|
|
|
- title: '**TRANSLATIONS:**'
|
|
|
|
labels:
|
2024-03-28 17:29:08 +00:00
|
|
|
- 'kind/translation'
|
2020-01-01 22:03:08 +00:00
|
|
|
|
|
|
|
exclude-labels:
|
2024-03-28 17:29:08 +00:00
|
|
|
- 'ignore-changelog'
|
2021-07-01 18:42:40 +00:00
|
|
|
- 'dependencies'
|
2020-01-01 22:03:08 +00:00
|
|
|
|
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
|
2023-11-12 14:47:17 +00:00
|
|
|
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|SETTINGS|TRANSLATIONS):\*\*)/g'
|
2020-01-01 22:03:08 +00:00
|
|
|
replace: '$1'
|