File tree Expand file tree Collapse file tree 1 file changed +10
-46
lines changed Expand file tree Collapse file tree 1 file changed +10
-46
lines changed Original file line number Diff line number Diff line change @@ -8,79 +8,43 @@ project:
8
8
license : Apache-2.0
9
9
extraProperties :
10
10
inceptionYear : 2021
11
+ tags :
12
+ - ' kafka'
13
+ - ' connect'
14
+ - ' redis'
11
15
12
16
release :
13
17
github :
14
18
overwrite : true
15
- sign : true
16
19
changelog :
17
20
formatted : ALWAYS
21
+ preset : conventional-commits
18
22
format : ' - {{commitShortHash}} {{commitTitle}}'
19
23
contributors :
20
24
enabled : false
21
25
labelers :
22
- - label : ' merge_pull'
23
- title : ' Merge pull'
24
- - label : ' merge_branch'
25
- title : ' Merge branch'
26
- - label : ' translation'
27
- title : ' [translation]'
28
- - label : ' task'
29
- title : ' [chore]'
30
26
- label : ' dependencies'
31
- title : ' [deps]'
32
- - label : ' feature'
33
- title : ' Resolves #'
34
- body : ' Resolves #'
35
- - label : ' issue'
36
- title : ' Fixes #'
37
- body : ' Fixes #'
38
- - label : ' issue'
39
- title : ' Relates to #'
40
- body : ' Relates to #'
27
+ title : ' regex:^(?:deps(?:\(.*\))?!?):\s.*'
28
+ order : 130
41
29
categories :
42
30
- title : ' Merge'
43
31
labels :
44
32
- ' merge_pull'
45
33
- ' merge_branch'
46
- - title : ' 🚀 Features'
47
- labels :
48
- - ' feature'
49
- - title : ' ✅ Issues'
50
- labels :
51
- - ' issue'
52
- - title : ' 🧰 Tasks'
53
- labels :
54
- - ' task'
55
- - title : ' 🌐 Translation'
56
- labels :
57
- - ' translation'
58
34
- title : ' ⚙️ Dependencies'
35
+ key : ' dependencies'
36
+ order : 80
59
37
labels :
60
38
- ' dependencies'
61
39
hide :
62
40
categories :
63
41
- ' Merge'
64
- contributors :
65
- - ' GitHub'
66
- replacers :
67
- - search : ' \[chore\] '
68
- - search : ' \[deps\] '
69
- - search : ' \[translation\] '
70
-
71
- signing :
72
- active : always
73
- armored : true
74
- files : false
75
-
76
- checksum :
77
- files : false
78
42
79
43
announce :
80
44
slack :
81
45
active : release
82
46
channel : ' #field-engineering-announcements'
83
- message : ' 🚀 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
47
+ message : ' 🔗 Redis Enterprise Kafka Connector {{projectVersion}} has been released! {{releaseNotesUrl}}'
84
48
85
49
distributions :
86
50
redis-redis-enterprise-kafka-5 :
You can’t perform that action at this time.
0 commit comments