Skip to content

Commit 7620340

Browse files
Tools - Update release-drafter.yml (KAT-Advanced-Medical#785)
**When merged this pull request will:** - Title ### IMPORTANT - [Development Guidelines](https://ace3.acemod.org/wiki/development/) are read, understood and applied. - Title of this PR uses our standard template `Component - Add|Fix|Improve|Change|Make|Remove {changes}`.
1 parent db936bf commit 7620340

1 file changed

Lines changed: 14 additions & 9 deletions

File tree

.github/release-drafter.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,44 @@ branches:
55
name-template: 'Version $NEXT_PATCH_VERSION'
66
tag-template: 'v$NEXT_PATCH_VERSION'
77

8+
sort-by: title # sort alphabetically
9+
sort-direction: ascending
10+
811
categories:
912
- title: '**ADDED:**'
1013
labels:
11-
- 'kind/feature request'
12-
- 'kind/added feature'
14+
- 'kind/feature'
1315
- title: '**FIXED:**'
1416
labels:
15-
- 'kind/bug fix'
17+
- 'kind/bug-fix'
1618
- title: '**IMPROVED:**'
1719
labels:
1820
- 'kind/enhancement'
1921
- 'kind/optimization'
2022
- title: '**CHANGED:**'
2123
labels:
2224
- 'kind/cleanup'
23-
- 'area/compatibility'
25+
- 'kind/change'
26+
- title: '**SETTINGS:**'
27+
labels:
28+
- 'kind/setting'
2429
- title: '**TRANSLATIONS:**'
2530
labels:
26-
- 'area/translations'
31+
- 'kind/translation'
2732

2833
exclude-labels:
29-
- 'ignore changelog'
34+
- 'ignore-changelog'
3035
- 'dependencies'
3136

3237
change-template: '- $TITLE (#$NUMBER)'
3338
template: |
34-
_Requires CBA version X.Y.Z or later and Arma 3 version X.Y or later._
39+
_Requires CBA version X.Y.Z or later and ACE 3 version X.Y or later._
3540
3641
## Change Log Summary
3742
3843
$CHANGES
3944
4045
replacers:
4146
# Category titles
42-
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|TRANSLATIONS):\*\*)/g'
43-
replace: '$1'
47+
- search: '/\#\# (\*\*(ADDED|FIXED|IMPROVED|CHANGED|SETTINGS|TRANSLATIONS):\*\*)/g'
48+
replace: '$1'

0 commit comments

Comments
 (0)