Skip to content

Commit 6bcfc21

Browse files
authored
Update release-drafter-config.yml (#2489)
1 parent d9c5e0a commit 6bcfc21

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/release-drafter-config.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
name-template: '$NEXT_PATCH_VERSION'
2-
tag-template: 'jedis-$NEXT_PATCH_VERSION'
1+
name-template: '$NEXT_MINOR_VERSION'
2+
tag-template: 'jedis-$NEXT_MINOR_VERSION'
33
categories:
44
- title: 'Features'
55
labels:
6-
- 'feature'
7-
- 'enhancement'
6+
- 'ENHANCEMENT'
87
- title: 'Bug Fixes'
98
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
9+
- 'BUG'
1310
- title: 'Maintenance'
1411
label: 'chore'
15-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
12+
change-template: '- $TITLE (#$NUMBER)'
1613
exclude-labels:
1714
- 'skip-changelog'
1815
template: |
1916
## Changes
2017
2118
$CHANGES
19+
20+
$CONTRIBUTORS

0 commit comments

Comments
 (0)