ACE3/.github/release-drafter.yml

43 lines
919 B
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'
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'
- 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'
- 'area/compatibility'
- title: '**TRANSLATIONS:**'
labels:
- 'area/translations'
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
replacers:
# Category titles
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
replace: '$1'