mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
37 lines
774 B
YAML
37 lines
774 B
YAML
branches:
|
|
- release-drafter # for testing edits to this configuration
|
|
|
|
name-template: 'Version $NEXT_PATCH_VERSION'
|
|
tag-template: 'v$NEXT_PATCH_VERSION'
|
|
|
|
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'
|
|
|
|
exclude-labels:
|
|
- 'ignore changelog'
|
|
|
|
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|CHANGED):\*\*)/g'
|
|
replace: '$1'
|