Skip to content

Commit b7df725

Browse files
author
Julien Ruaux
committed
build: Updated JReleaser config to match latest release
1 parent e2a4094 commit b7df725

File tree

1 file changed

+12
-58
lines changed

1 file changed

+12
-58
lines changed

jreleaser.yml

Lines changed: 12 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -12,86 +12,40 @@ project:
1212
multiProject: true
1313
extraProperties:
1414
inceptionYear: 2020
15+
tags:
16+
- 'redis'
17+
- 'redisearch'
18+
- 'sql'
19+
- 'jdbc'
20+
- 'trino'
21+
- 'presto'
1522

1623
release:
1724
github:
1825
overwrite: true
19-
sign: true
2026
changelog:
2127
formatted: ALWAYS
28+
preset: conventional-commits
2229
format: '- {{commitShortHash}} {{commitTitle}}'
2330
contributors:
2431
enabled: false
2532
labelers:
26-
- label: 'merge_pull'
27-
title: 'Merge pull'
28-
- label: 'merge_branch'
29-
title: 'Merge branch'
30-
- label: 'translation'
31-
title: '[translation]'
32-
- label: 'task'
33-
title: '[chore]'
3433
- label: 'dependencies'
35-
title: '[deps]'
36-
- label: 'build'
37-
title: '[build]'
38-
- label: 'feature'
39-
title: 'Resolves #'
40-
body: 'Resolves #'
41-
- label: 'issue'
42-
title: 'Fixes #'
43-
body: 'Fixes #'
44-
- label: 'issue'
45-
title: 'Relates to #'
46-
body: 'Relates to #'
47-
- label: 'allcontributors'
48-
title: 'docs: update'
34+
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
35+
order: 130
4936
categories:
5037
- title: 'Merge'
5138
labels:
5239
- 'merge_pull'
5340
- 'merge_branch'
54-
- title: '🚀 Features'
55-
labels:
56-
- 'feature'
57-
- title: '✅ Issues'
58-
labels:
59-
- 'issue'
60-
- title: '🧰 Tasks'
61-
labels:
62-
- 'task'
63-
- title: '🌐 Translation'
64-
labels:
65-
- 'translation'
6641
- title: '⚙️ Dependencies'
42+
key: 'dependencies'
43+
order: 80
6744
labels:
6845
- 'dependencies'
69-
- title: '🛠 Build'
70-
labels:
71-
- 'build'
72-
- title: 'allcontributors'
73-
labels:
74-
- 'allcontributors'
7546
hide:
7647
categories:
7748
- 'Merge'
78-
- 'allcontributors'
79-
contributors:
80-
- 'GitHub'
81-
- 'allcontributors'
82-
replacers:
83-
- search: '\[chore\] '
84-
- search: '\[deps\] '
85-
- search: '\[translation\] '
86-
- search: '\[build\] '
87-
88-
signing:
89-
active: always
90-
armored: true
91-
files: false
92-
93-
checksum:
94-
files: false
9549

9650
announce:
9751
slack:

0 commit comments

Comments
 (0)