Skip to content

Commit 3bf5ca5

Browse files
committed
Merge branch 'master' of github.com:su2code/SU2 into develop
2 parents 290c11d + c74d3d1 commit 3bf5ca5

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
name-template: 'v$NEXT_PATCH_VERSION'
22
tag-template: 'v$NEXT_PATCH_VERSION'
33
categories:
4-
- title: ':rocket: Features'
4+
- title: ':rocket: Experimental Features'
55
labels:
6-
- 'feature'
7-
- 'enhancement'
6+
- 'changelog:feature'
87
- title: ':pill: Bug Fixes'
98
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
9+
- 'changelog:fix'
1310
- title: ':wrench: Maintenance'
1411
labels:
15-
- 'chore'
16-
- 'maintenance'
12+
- 'changelog:chore'
1713
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
1814
branches:
1915
- develop
20-
- feature_release_drafter
2116
exclude-labels:
22-
- 'no_changelog'
17+
- 'changelog:none'
2318
template: |
2419
## Changes
2520
$CHANGES

0 commit comments

Comments
 (0)