Skip to content

Commit 13fff15

Browse files
authored
Merge branch 'master' into ck-spelling
2 parents 7400467 + 0b823b9 commit 13fff15

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

.github/release-drafter-config.yml

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,49 @@
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-.+'
317
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'
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'
1537
change-template: '- $TITLE (#$NUMBER)'
1638
exclude-labels:
1739
- 'skip-changelog'
1840
template: |
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+

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs==1.2.4
1+
mkdocs==1.3.0
22
mkdocs-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

0 commit comments

Comments
 (0)