File tree Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Expand file tree Collapse file tree 2 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1- name-template : ' Version $NEXT_PATCH_VERSION'
2- tag-template : ' v$NEXT_PATCH_VERSION'
1+ name-template : ' $NEXT_MAJOR_VERSION'
2+ tag-template : ' v$NEXT_MAJOR_VERSION'
3+ autolabeler :
4+ - label : ' maintenance'
5+ files :
6+ - ' *.md'
7+ - ' .github/*'
8+ - label : ' bug'
9+ branch :
10+ - ' /bug-.+'
11+ - label : ' maintenance'
12+ branch :
13+ - ' /maintenance-.+'
14+ - label : ' feature'
15+ branch :
16+ - ' /feature-.+'
317categories :
4- - title : ' Features'
18+ - title : ' Breaking Changes'
19+ labels :
20+ - ' breakingchange'
21+
22+ - title : ' 🧪 Experimental Features'
23+ labels :
24+ - ' experimental'
25+ - title : ' 🚀 New Features'
526 labels :
627 - ' feature'
728 - ' enhancement'
8- - title : ' Bug Fixes'
29+ - title : ' 🐛 Bug Fixes'
930 labels :
1031 - ' fix'
1132 - ' bugfix'
1233 - ' bug'
13- - title : ' Maintenance'
14- label : ' chore'
34+ - ' BUG'
35+ - title : ' 🧰 Maintenance'
36+ label : ' maintenance'
1537change-template : ' - $TITLE (#$NUMBER)'
1638exclude-labels :
1739 - ' skip-changelog'
1840template : |
1941 ## Changes
2042
2143 $CHANGES
44+
45+ ## Contributors
46+ We'd like to thank all the contributors who worked on this release!
47+
48+ $CONTRIBUTORS
49+
Original file line number Diff line number Diff line change 1- mkdocs == 1.2.4
1+ mkdocs == 1.3.0
22mkdocs-material == 6.2.2
33-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
44-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
You can’t perform that action at this time.
0 commit comments