Skip to content

Commit ba0796f

Browse files
committed
Updated jreleaser config
1 parent 2df1552 commit ba0796f

File tree

1 file changed

+54
-12
lines changed

1 file changed

+54
-12
lines changed

jreleaser.yml

Lines changed: 54 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,26 @@ project:
1515

1616
release:
1717
github:
18-
username: jruaux
1918
overwrite: true
19+
sign: true
2020
changelog:
21-
sort: DESC
2221
formatted: ALWAYS
2322
format: '- {{commitShortHash}} {{commitTitle}}'
23+
contributors:
24+
enabled: false
2425
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]'
34+
- label: 'dependencies'
35+
title: '[deps]'
36+
- label: 'build'
37+
title: '[build]'
2538
- label: 'feature'
2639
title: 'Resolves #'
2740
body: 'Resolves #'
@@ -31,11 +44,11 @@ release:
3144
- label: 'issue'
3245
title: 'Relates to #'
3346
body: 'Relates to #'
34-
- label: 'task'
35-
title: '[chore]'
36-
- label: 'dependencies'
37-
title: '[deps]'
3847
categories:
48+
- title: 'Merge'
49+
labels:
50+
- 'merge_pull'
51+
- 'merge_branch'
3952
- title: '🚀 Features'
4053
labels:
4154
- 'feature'
@@ -45,17 +58,46 @@ release:
4558
- title: '🧰 Tasks'
4659
labels:
4760
- 'task'
48-
- title: '⚙️ Dependencies'
61+
- title: '🌐 Translation'
62+
labels:
63+
- 'translation'
64+
- title: '⚙️ Dependencies'
4965
labels:
5066
- 'dependencies'
67+
- title: '🛠 Build'
68+
labels:
69+
- 'build'
70+
- title: 'allcontributors'
71+
labels:
72+
- 'allcontributors'
73+
hide:
74+
categories:
75+
- 'Merge'
76+
- 'allcontributors'
77+
contributors:
78+
- 'GitHub'
79+
- 'allcontributors'
5180
replacers:
5281
- search: '\[chore\] '
53-
replace: ''
5482
- search: '\[deps\] '
55-
replace: ''
83+
- search: '\[translation\] '
84+
- search: '\[build\] '
85+
86+
signing:
87+
active: always
88+
armored: true
89+
files: false
90+
91+
checksum:
92+
files: false
93+
94+
distributions:
95+
testcontainers-redis:
96+
artifacts:
97+
- path: subprojects/{{distributionName}}/build/distributions/{{distributionName}}-{{projectVersion}}.zip
98+
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
99+
56100

57101
files:
58102
artifacts:
59-
- path: VERSION
60-
- path: subprojects/testcontainers-redis/build/distributions/testcontainers-redis-{{projectVersion}}.zip
61-
transform: testcontainers-redis-{{projectEffectiveVersion}}.zip
103+
- path: VERSION

0 commit comments

Comments
 (0)