forked from jreleaser/jreleaser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
500 lines (482 loc) · 15.5 KB
/
jreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
environment:
properties:
jdkPathPrefix: 'plugins/jreleaser/build/jdks'
jdkFilePrefix: 'zulu17.52.17-ca-jdk17.0.12'
graalFilePrefix: 'graalvm-community-openjdk-23+37.1'
nativeImageDir: out/jreleaser/assemble/jreleaser-native/native-image
jpackageDir: out/jreleaser/assemble/jreleaser-installer/jpackage
javaArchiveDir: out/jreleaser/assemble/jreleaser/java-archive
project:
name: jreleaser
description: Release projects quickly and easily with JReleaser
longDescription: |
JReleaser is a release automation tool. Its goal is to simplify creating releases and
publishing artifacts to multiple package managers while providing customizable options.
JReleaser takes inputs from popular builds tools (Ant, Maven, Gradle) such as JAR files,
binary distributions (.zip, .tar), JLink images, or any other file that you’d like to
publish as a Git release on popular Git services such as GitHub, GitLab, or Gitea.
Distribution files may additionally be published to be consumed by popular package managers
such as Homebrew, Chocolatey, Snapcraft, or get ready to be launched via JBang. Releases
may be announced in a variety of channels such as Twitter, Zulip, SDKMAN!, and more.
links:
homepage: https://jreleaser.org
faq: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
donation: https://opencollective.com/jreleaser
documentation: https://jreleaser.org/guide/latest
authors:
- Andres Almiray
license: Apache-2.0
inceptionYear: 2020
stereotype: CLI
vendor: JReleaser
screenshots:
- url: https://jreleaser.org/images/app-full-release-command.png
caption: JReleaser in action
icons:
- url: https://raw.githubusercontent.com/jreleaser/jreleaser/main/src/media/icon_256x256.png
width: 256
height: 256
java:
groupId: org.jreleaser
version: 8
multiProject: true
mainClass: org.jreleaser.cli.Main
tags:
- 'jreleaser'
- 'release'
- 'tool'
- 'java'
- 'git'
platform:
replacements:
aarch_64: aarch64
release:
github:
overwrite: true
sign: true
discussionCategoryName: Announcements
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
contentTemplate: 'src/jreleaser/changelog.tpl'
extraProperties:
categorizeScopes: true
labelers:
- label: 'i18n'
title: 'regex:^(?:i18n(?:\(.*\))?!?):\s.*'
order: 120
- label: 'dependencies'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 130
- label: 'allcontributors1'
title: 'regex:^docs: update .all-contributorsrc.*'
order: -1
- label: 'allcontributors2'
title: 'regex:^docs: update CONTRIBUTORS.md.*'
order: -2
categories:
- title: '🌐 Translation'
key: 'i18n'
order: 70
labels:
- 'i18n'
- title: '⚙️ Dependencies'
key: 'dependencies'
order: 80
labels:
- 'dependencies'
- title: 'allcontributors'
order: 59
labels:
- 'allcontributors1'
- 'allcontributors2'
hide:
categories:
- 'merge'
- 'allcontributors'
contributors:
- 'GitHub'
- 'allcontributors'
- 'dependabot'
replacers:
- search: 'i18n: '
- search: 'deps: '
signing:
active: ALWAYS
armored: true
catalog:
sbom:
syft:
active: ALWAYS
pack:
enabled: true
swid:
swid-tag:
active: ALWAYS
deploy:
maven:
nexus2:
maven-central:
active: RELEASE
url: https://s01.oss.sonatype.org/service/local
closeRepository: true
releaseRepository: true
stagingRepositories:
- build/repos/local/release
announce:
bluesky:
active: RELEASE
statusTemplate: src/jreleaser/bluesky.tpl
twitter:
active: RELEASE
statusTemplate: src/jreleaser/twitter.tpl
mastodon:
active: RELEASE
host: https://fosstodon.org
statusTemplate: src/jreleaser/mastodon.tpl
openCollective:
active: RELEASE
message: '{{#f_md2html}}🚀 JReleaser {{projectVersion}} has been released! [{{releaseNotesUrl}}]({{releaseNotesUrl}}){{/f_md2html}}'
http:
noticeable:
active: RELEASE
url: https://api.noticeable.io/graphql
authorization: BEARER
bearerKeyword: Apikey
method: POST
headers:
Accept: application/json
Content-Type: application/json
assemble:
javaArchive:
jreleaser:
active: ALWAYS
formats:
- ZIP
- TAR
fileSets:
- input: '.'
includes:
- NOTICE
- LICENSE
- input: licenses
output: licenses
mainJar:
path: 'plugins/jreleaser/build/libs/jreleaser-{{projectVersion}}.jar'
jars:
- pattern: 'plugins/jreleaser/build/dependencies/flat/*.jar'
swid:
tagRef: swid-tag
jlink:
jreleaser-standalone:
active: ALWAYS
java:
version: 17
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
- input: '.'
includes:
- NOTICE
- LICENSE
- input: licenses
output: licenses
jdeps:
multiRelease: base
ignoreMissingDeps: true
targets:
- 'plugins/jreleaser/build/libs/jreleaser-{{projectVersion}}.jar'
additionalModuleNames:
- 'java.rmi'
- 'java.security.sasl'
- 'java.security.jgss'
- 'jdk.crypto.cryptoki'
- 'jdk.crypto.ec'
- 'jdk.localedata'
- 'jdk.net'
- 'jdk.security.auth'
- 'jdk.security.jgss'
targetJdks:
- path: '{{jdkPathPrefix}}/zulu17Osx/{{jdkFilePrefix}}-macosx_x64/zulu-17.jdk/Contents/Home'
platform: 'osx-x86_64'
- path: '{{jdkPathPrefix}}/zulu17OsxArm/{{jdkFilePrefix}}-macosx_aarch64/zulu-17.jdk/Contents/Home'
platform: 'osx-aarch_64'
- path: '{{jdkPathPrefix}}/zulu17Linux/{{jdkFilePrefix}}-linux_x64'
platform: 'linux-x86_64'
- path: '{{jdkPathPrefix}}/zulu17LinuxArm/{{jdkFilePrefix}}-linux_aarch64'
platform: 'linux-aarch_64'
- path: '{{jdkPathPrefix}}/zulu17LinuxMusl/{{jdkFilePrefix}}-linux_musl_x64'
platform: 'linux_musl-x86_64'
- path: '{{jdkPathPrefix}}/zulu17LinuxMuslArm/{{jdkFilePrefix}}-linux_musl_aarch64'
platform: 'linux_musl-aarch_64'
- path: '{{jdkPathPrefix}}/zulu17Windows/{{jdkFilePrefix}}-win_x64'
platform: 'windows-x86_64'
- path: '{{jdkPathPrefix}}/zulu17WindowsArm/{{jdkFilePrefix}}-win_aarch64'
platform: 'windows-aarch_64'
mainJar:
path: 'plugins/jreleaser/build/libs/jreleaser-{{projectVersion}}.jar'
jars:
- pattern: 'plugins/jreleaser/build/dependencies/flat/*.jar'
swid:
tagRef: swid-tag
jpackage:
jreleaser-installer:
active: ALWAYS
jlink: jreleaser-standalone
attachPlatform: true
exported: false
applicationPackage:
appName: jreleaser
appVersion: '{{projectVersionNumber}}'
vendor: JReleaser
osx:
types: [pkg]
appName: JReleaser
packageName: JReleaser
packageIdentifier: org.jreleaser.cli
icon: 'src/media/jreleaser.icns'
resourceDir: 'src/jpackage/osx'
linux:
types: [deb,rpm]
maintainer: [email protected]
icon: 'src/media/icon_256x256.png'
windows:
types: [msi]
console: true
dirChooser: true
icon: 'src/media/jreleaser.ico'
resourceDir: 'src/jpackage/windows'
nativeImage:
jreleaser-native:
active: ALWAYS
java:
version: 21
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jreleaser
fileSets:
- input: '.'
includes:
- NOTICE
- LICENSE
- input: licenses
output: licenses
mainJar:
path: 'plugins/jreleaser/build/libs/jreleaser-{{projectVersion}}.jar'
jars:
- pattern: 'plugins/jreleaser/build/dependencies/flat/*.jar'
- pattern: 'plugins/jreleaser/build/dependencies/graalvm/*.jar'
graalJdks:
- path: '{{jdkPathPrefix}}/graal22Osx/{{graalFilePrefix}}/Contents/Home'
platform: 'osx-x86_64'
- path: '{{jdkPathPrefix}}/graal22OsxArm/{{graalFilePrefix}}/Contents/Home'
platform: 'osx-aarch_64'
- path: '{{jdkPathPrefix}}/graal22Linux/{{graalFilePrefix}}'
platform: 'linux-x86_64'
- path: '{{jdkPathPrefix}}/graal22Windows/{{graalFilePrefix}}'
platform: 'windows-x86_64'
args:
- '-Duser.language=en'
- '-H:IncludeLocales=en,ca,de,es,fr,hi,it,ja,nl,pt_BR,zh_TW,ru,ko'
- '-H:Optimize=2'
- '-H:+RemoveUnusedSymbols'
swid:
tagRef: swid-tag
distributions:
jreleaser:
flatpak:
active: ALWAYS
continueOnError: true
componentId: org.jreleaser.cli
developerName: JReleaser
runtime: FREEDESKTOP
runtimeVersion: 21.08
finishArgs:
- --share=network
- --filesystem=host
categories:
- Development
skipReleases:
- '.*-RC.*'
- '.*-M.*'
repository:
active: RELEASE
owner: flathub
name: org.jreleaser.cli
branch: master
branchPush: '{{projectName}}-{{tagName}}'
chocolatey:
active: ALWAYS
continueOnError: true
remoteBuild: true
title: JReleaser
iconUrl: 'https://rawcdn.githack.com/jreleaser/jreleaser/0934fa1fa3f0bd09c0c8c39fbdeb5df2ce507457/src/media/icon_128x128.png'
repository:
active: RELEASE
jbang:
active: ALWAYS
continueOnError: true
macports:
active: ALWAYS
continueOnError: true
categories:
- devel
- java
maintainers:
- '@aalmiray'
repository:
active: RELEASE
name: jreleaser-macports
scoop:
active: ALWAYS
continueOnError: true
repository:
active: RELEASE
sdkman:
active: RELEASE
continueOnError: true
snap:
active: ALWAYS
continueOnError: true
remoteBuild: true
base: core18
architectures:
- buildOn: [ amd64, arm64 ]
plugs:
- name: dot-config-files
attributes:
interface: personal-files
writes:
- $HOME/.jreleaser
reads:
- $HOME/.gnupg
- $HOME/.gitconfig
- $HOME/.config/jgit
localPlugs:
- network
- home
- dot-config-files
spec:
active: ALWAYS
continueOnError: true
repository:
active: RELEASE
name: jreleaser-copr
artifacts:
- path: '{{javaArchiveDir}}/{{distributionName}}-{{projectVersion}}.zip'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.zip'
extraProperties:
skipSpec: true
- path: '{{javaArchiveDir}}/{{distributionName}}-{{projectVersion}}.tar'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.tar'
extraProperties:
skipFlatpak: true
jreleaser-tool-provider:
type: SINGLE_JAR
artifacts:
- path: plugins/{{distributionName}}/build/libs/{{distributionName}}-{{projectVersion}}.jar
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}.jar'
jreleaser-standalone:
appImage:
active: ALWAYS
continueOnError: true
componentId: org.jreleaser.cli
developerName: JReleaser
categories:
- Development
repository:
active: RELEASE
name: jreleaser-appimage
commitMessage: 'jreleaser {{tagName}}'
brew:
active: ALWAYS
continueOnError: true
formulaName: jreleaser
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'jreleaser {{tagName}}'
docker:
active: ALWAYS
continueOnError: true
repository:
active: ALWAYS
commitMessage: 'jreleaser {{tagName}}'
registries:
- serverName: DEFAULT
username: jreleaser
labels:
'org.opencontainers.image.title': 'jreleaser'
postCommands:
- 'VOLUME /workspace'
specs:
slim:
imageNames:
- 'jreleaser/jreleaser-{{dockerSpecName}}:{{tagName}}'
- 'jreleaser/jreleaser-{{dockerSpecName}}:latest'
matchers:
platform: 'linux-x86_64'
preCommands:
- 'ARG DEBIAN_FRONTEND=noninteractive'
- 'ENV TZ=Europe/Zurich'
- 'RUN apt-get update && apt-get install -y unzip binutils fakeroot rpm'
alpine:
imageNames:
- 'jreleaser/jreleaser-{{dockerSpecName}}:{{tagName}}'
- 'jreleaser/jreleaser-{{dockerSpecName}}:latest'
matchers:
platform: 'linux_musl-x86_64'
preCommands:
- 'RUN apk add unzip binutils fakeroot rpm bash'
jreleaser-installer:
type: NATIVE_PACKAGE
winget:
active: RELEASE
continueOnError: true
package:
name: jreleaser
repository:
active: ALWAYS
name: jreleaser-winget
commitMessage: 'jreleaser {{tagName}}'
executable:
name: jreleaser
windowsExtension: exe
artifacts:
- path: '{{jpackageDir}}/JReleaser-{{projectVersionNumber}}-osx-x86_64.pkg'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-x86_64.pkg'
platform: 'osx-x86_64'
- path: '{{jpackageDir}}/JReleaser-{{projectVersionNumber}}-osx-aarch64.pkg'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch64.pkg'
platform: 'osx-aarch_64'
- path: '{{jpackageDir}}/jreleaser_{{projectVersionNumber}}-1_amd64.deb'
transform: '{{distributionName}}/{{distributionName}}_{{projectEffectiveVersion}}-1_amd64.deb'
platform: 'linux-x86_64'
- path: '{{jpackageDir}}/jreleaser-{{projectVersionNumber}}-1.x86_64.rpm'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-1.x86_64.rpm'
platform: 'linux-x86_64'
- path: '{{jpackageDir}}/jreleaser-{{projectVersionNumber}}-windows-x86_64.msi'
transform: '{{distributionName}}/{{distributionName}}-{{projectEffectiveVersion}}-windows-x86_64.msi'
platform: 'windows-x86_64'
jreleaser-native:
artifacts:
- path: '{{nativeImageDir}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-aarch64.zip'
platform: 'osx-aarch_64'
- path: '{{nativeImageDir}}/{{distributionName}}-{{projectEffectiveVersion}}-osx-x86_64.zip'
platform: 'osx-x86_64'
- path: '{{nativeImageDir}}/{{distributionName}}-{{projectEffectiveVersion}}-linux-x86_64.zip'
platform: 'linux-x86_64'
- path: '{{nativeImageDir}}/{{distributionName}}-{{projectEffectiveVersion}}-windows-x86_64.zip'
platform: 'windows-x86_64'
files:
artifacts:
- path: VERSION
extraProperties:
skipChecksum: true
skipSigning: true
skipSbom: true
- path: plugins/jreleaser-ant-tasks/build/distributions/jreleaser-ant-tasks-{{projectVersion}}.zip
transform: 'jreleaser-ant-tasks/jreleaser-ant-tasks-{{projectEffectiveVersion}}.zip'