ACE3/.github/release-drafter.yml

49 lines
1.0 KiB
YAML
Raw Normal View History

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
name-template: 'Version $NEXT_PATCH_VERSION'
tag-template: 'v$NEXT_PATCH_VERSION'
sort-by: title # sort alphabetically
sort-direction: ascending
2020-01-01 20:37:12 +00:00
categories:
- title: '**ADDED:**'
labels:
- 'kind/feature'
2020-01-01 20:37:12 +00:00
- title: '**FIXED:**'
labels:
- 'kind/bug-fix'
- title: '**IMPROVED:**'
2020-01-01 20:37:12 +00:00
labels:
- 'kind/enhancement'
2020-06-30 05:06:18 +00:00
- 'kind/optimization'
- title: '**CHANGED:**'
labels:
2020-01-01 20:37:12 +00:00
- 'kind/cleanup'
- 'kind/change'
- title: '**SETTINGS:**'
labels:
- 'kind/setting'
- title: '**TRANSLATIONS:**'
labels:
- 'kind/translation'
exclude-labels:
- 'ignore-changelog'
- 'dependencies'
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
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|SETTINGS|TRANSLATIONS):\*\*)/g'
replace: '$1'