Skip to content

Commit fcf374d

Browse files
author
Julien Ruaux
committed
build: Using conventional commits
1 parent 1d51ce7 commit fcf374d

File tree

1 file changed

+10
-46
lines changed

1 file changed

+10
-46
lines changed

jreleaser.yml

Lines changed: 10 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,79 +8,43 @@ project:
88
license: Apache-2.0
99
extraProperties:
1010
inceptionYear: 2021
11+
tags:
12+
- 'kafka'
13+
- 'connect'
14+
- 'redis'
1115

1216
release:
1317
github:
1418
overwrite: true
15-
sign: true
1619
changelog:
1720
formatted: ALWAYS
21+
preset: conventional-commits
1822
format: '- {{commitShortHash}} {{commitTitle}}'
1923
contributors:
2024
enabled: false
2125
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]'
3026
- 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
4129
categories:
4230
- title: 'Merge'
4331
labels:
4432
- 'merge_pull'
4533
- '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'
5834
- title: '⚙️ Dependencies'
35+
key: 'dependencies'
36+
order: 80
5937
labels:
6038
- 'dependencies'
6139
hide:
6240
categories:
6341
- '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
7842

7943
announce:
8044
slack:
8145
active: release
8246
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}}'
8448

8549
distributions:
8650
redis-redis-enterprise-kafka-5:

0 commit comments

Comments
 (0)