File tree 2 files changed +28
-5
lines changed
2 files changed +28
-5
lines changed Original file line number Diff line number Diff line change 1
1
name-template : ' Version $NEXT_PATCH_VERSION'
2
2
tag-template : ' v$NEXT_PATCH_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
+ - title : ' 🚀 New Features'
5
22
labels :
6
23
- ' feature'
7
24
- ' enhancement'
8
- - title : ' Bug Fixes'
25
+ - title : ' 🐛 Bug Fixes'
9
26
labels :
10
27
- ' fix'
11
28
- ' bugfix'
12
29
- ' bug'
13
- - title : ' Maintenance'
14
- label : ' chore '
30
+ - title : ' 🧰 Maintenance'
31
+ label : ' maintenance '
15
32
change-template : ' - $TITLE (#$NUMBER)'
16
33
exclude-labels :
17
34
- ' skip-changelog'
18
35
template : |
19
36
## Changes
20
37
21
38
$CHANGES
39
+
40
+ ## Contributors
41
+ We'd like to thank all the contributors who worked on this release!
42
+
43
+ $CONTRIBUTORS
44
+
Original file line number Diff line number Diff line change 1
1
[ ![ license] ( https://img.shields.io/github/license/RediSearch/redisearch-go.svg )] ( https://github.com/RediSearch/redisearch-go )
2
- [ ![ CircleCI ] ( https://circleci .com/gh/ RediSearch/redisearch-go/tree/master. svg?style=svg )] ( https://circleci .com/gh/ RediSearch/redisearch-go/tree/master )
2
+ [ ![ Integration Tests ] ( https://github .com/RediSearch/redisearch-go/actions/workflows/integration.yml/badge. svg )] ( https://github .com/RediSearch/redisearch-go/actions/workflows/integration.yml )
3
3
[ ![ GitHub issues] ( https://img.shields.io/github/release/RediSearch/redisearch-go.svg )] ( https://github.com/RediSearch/redisearch-go/releases/latest )
4
4
[ ![ Codecov] ( https://codecov.io/gh/RediSearch/redisearch-go/branch/master/graph/badge.svg )] ( https://codecov.io/gh/RediSearch/redisearch-go )
5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/RediSearch/redisearch-go )] ( https://goreportcard.com/report/github.com/RediSearch/redisearch-go )
You can’t perform that action at this time.
0 commit comments