File tree 2 files changed +35
-7
lines changed
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-.+'
3
17
categories :
4
- - title : ' Features'
18
+ - title : ' Breaking Changes'
19
+ labels :
20
+ - ' breakingchange'
21
+
22
+ - title : ' 🧪 Experimental Features'
23
+ labels :
24
+ - ' experimental'
25
+ - title : ' 🚀 New Features'
5
26
labels :
6
27
- ' feature'
7
28
- ' enhancement'
8
- - title : ' Bug Fixes'
29
+ - title : ' 🐛 Bug Fixes'
9
30
labels :
10
31
- ' fix'
11
32
- ' bugfix'
12
33
- ' bug'
13
- - title : ' Maintenance'
14
- label : ' chore'
34
+ - ' BUG'
35
+ - title : ' 🧰 Maintenance'
36
+ label : ' maintenance'
15
37
change-template : ' - $TITLE (#$NUMBER)'
16
38
exclude-labels :
17
39
- ' skip-changelog'
18
40
template : |
19
41
## Changes
20
42
21
43
$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
2
2
mkdocs-material == 6.2.2
3
3
-e git+https://github.com/RedisLabs/mkdocs-versions-menu.git#egg=mkdocs-versions-menu
4
4
-e git+https://github.com/RedisLabs/mkdocs-include.git#egg=mkdocs-include
You can’t perform that action at this time.
0 commit comments