Skip to content

Commit 253664f

Browse files
chayimsazzad16
andauthored
release drafter updater to categorize changes (#2666)
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
1 parent 4c87775 commit 253664f

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

.github/release-drafter-config.yml

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
name-template: '$NEXT_MAJOR_VERSION'
2-
tag-template: 'jedis-$NEXT_MAJOR_VERSION'
2+
tag-template: 'v$NEXT_MAJOR_VERSION'
3+
autolabeler:
4+
- label: 'chore'
5+
files:
6+
- '*.md'
7+
- '.github/*'
8+
- label: 'bug'
9+
branch:
10+
- '/bug-.+'
11+
- label: 'chore'
12+
branch:
13+
- '/chore-.+'
14+
- label: 'feature'
15+
branch:
16+
- '/feature-.+'
317
categories:
4-
- title: 'Features'
18+
- title: 'Breaking Changes'
519
labels:
6-
- 'ENHANCEMENT'
7-
- title: 'Bug Fixes'
20+
- 'breakingchange'
21+
- title: '🚀 New Features'
822
labels:
23+
- 'feature'
24+
- 'enhancement'
25+
- title: '🐛 Bug Fixes'
26+
labels:
27+
- 'fix'
28+
- 'bugfix'
29+
- 'bug'
930
- 'BUG'
10-
- title: 'Maintenance'
31+
- title: '🧰 Maintenance'
1132
label: 'chore'
1233
change-template: '- $TITLE (#$NUMBER)'
1334
exclude-labels:
@@ -19,5 +40,6 @@ template: |
1940
2041
## Contributors
2142
We'd like to thank all the contributors who worked on this release!
22-
43+
2344
$CONTRIBUTORS
45+

0 commit comments

Comments
 (0)