File tree Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Expand file tree Collapse file tree 1 file changed +28
-6
lines changed Original file line number Diff line number Diff line change 11name-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-.+'
317categories :
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'
1233change-template : ' - $TITLE (#$NUMBER)'
1334exclude-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+
You can’t perform that action at this time.
0 commit comments