forked from operaton/operaton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
285 lines (277 loc) Β· 8.09 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
project:
name: Operaton
description: BPMN-Process automation for everyone
links:
homepage: https://operaton.org
help: https://forum.operaton.org/
bugTracker: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/issues
license: https://github.com/operaton/operaton/blob/main/LICENSE
contact: mail (at) operaton.org
contribute: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/blob/main/CONTRIBUTING.md
inceptionYear: '2024'
copyright: Β©οΈ2024 Operaton
license: Apache-2.0
authors:
- Committers of Operaton
vendor: Operaton
icons:
- url: https://avatars.githubusercontent.com/u/185116948?s=200&v=4
width: 200
height: 200
java:
groupId: org.operaton
version: '17'
multiProject: false
tags:
- 'operaton'
- 'bpmn'
- 'process automation'
- 'java'
platform:
replacements:
aarch_64: aarch64
release: # https://jreleaser.org/guide/latest/reference/release/github.html
github:
overwrite: true
sign: true
owner: operaton
draft: false
skipTag: false
previousTagName: 1.0.0-beta-2
releaseName: Release {{tagName}}
prerelease: # TODO Evaluate JRELEASER_PRERELEASE_ENABLED
enabled: true
issues:
enabled: true
comment: 'π This issue has been resolved in `{{tagName}}` ([Release Notes]({{releaseNotesUrl}}))'
applyMilestone: ALWAYS
changelog:
formatted: ALWAYS
preset: conventional-commits
enabled: true
sort: ASC
links: true
skipMergeCommits: true
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
contentTemplate: '.github/jreleaser/changelog.tpl'
labelers:
- label: 'closes'
title: 'closes #.*'
order: 100
- label: 'i18n'
title: 'regex:^(?:i18n(?:\(.*\))?!?):\s.*'
order: 120
- label: 'dependencies1'
title: 'regex:^(?:deps(?:\(.*\))?!?):\s.*'
order: 130
- label: 'dependencies2'
contributor: 'regex:^dependabot.*'
order: 131
- label: 'dependencies3'
title: 'regex:^(?:Bump):\s.*'
order: 132
- label: 'backport'
body: 'Backported commit'
order: 140
- label: 'allcontributors1'
title: 'regex:^docs: update .all-contributorsrc.*'
order: -1
- label: 'allcontributors2'
title: 'regex:^docs: update CONTRIBUTORS.md.*'
order: -2
- label: 'WIP'
title: 'regex:.*(?:WIP).*'
order: -3
- label: 'WIP2'
title: 'regex:.*(?:Set up).*'
order: -4
- label: 'build1'
contributor: 'GitHub'
order: -5
- label: 'release'
title: 'regex:\[releng\].*'
order: -6
- label: 'release2'
title: 'regex:.*(?:Set up release).*'
order: -7
categories:
- title: 'π Features'
key: 'features'
labels:
- 'feature'
- 'enhancement'
- 'closes'
order: 1
- title: 'π Bug Fixes'
key: 'fixes'
labels:
- 'bug'
- 'fix'
order: 2
- title: 'βͺοΈ Backported Changes'
key: 'backports'
labels:
- 'backport'
order: 3
- title: 'π Documentation'
key: 'documentation'
labels:
- 'documentation'
order: 4
- title: 'βοΈ Dependencies'
key: 'dependencies'
labels:
- 'dependencies1'
- 'dependencies2'
- 'dependencies3'
order: 5
- title: 'π Build'
key: 'build'
labels:
- 'build1'
order: 6
- title: 'π§ WIP'
key: 'wip'
labels:
- 'WIP'
- 'WIP2'
order: 7
- title: 'π Release'
key: 'release'
labels:
- 'release'
- 'release2'
order: 9
hide:
contributors:
- '[bot]'
- 'GitHub'
- 'ageduldig'
categories:
- 'merge'
- 'wip'
- 'release'
replacers:
- search: '^chore[:]?'
replace: ''
- search: '/CVE-(\d{4})-(\d+)/g'
replace: 'https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-$1-$2'
checksum:
algorithms:
- MD5
- SHA_256
deploy:
maven:
mavenCentral:
MavenCentral:
active: RELEASE
applyMavenCentralRules: true
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- target/staging-deploy
pomchecker:
# Could be enabled when all POMs have <description> tag, see https://github.com/operaton/operaton/issues/293
strict: false
catalog:
sbom:
cyclonedx:
active: ALWAYS
swid:
swid-tag:
active: ALWAYS
signing:
active: ALWAYS
armored: true
files:
artifacts:
- path: 'distro/run/distro/target/operaton-bpm-run-{{projectVersion}}.tar.gz'
- path: 'distro/run/distro/target/operaton-bpm-run-{{projectVersion}}.zip'
- path: 'distro/tomcat/distro/target/operaton-bpm-tomcat-{{projectVersion}}.tar.gz'
- path: 'distro/tomcat/distro/target/operaton-bpm-tomcat-{{projectVersion}}.zip'
- path: 'distro/wildfly/distro/target/operaton-bpm-wildfly-{{projectVersion}}.tar.gz'
- path: 'distro/wildfly/distro/target/operaton-bpm-wildfly-{{projectVersion}}.zip'
- path: 'distro/sql-script/target/operaton-sql-scripts-{{projectVersion}}.tar.gz'
- path: 'distro/webjar/target/operaton-webapp-webjar-{{projectVersion}}.jar'
- path: 'target/project-reports.zip'
distributions:
operaton:
type: BINARY
executable:
name: start
tags:
- 'operaton'
- 'bpmn'
- 'process automation'
artifacts:
- path: 'distro/run/distro/target/operaton-bpm-run-{{projectVersion}}.zip'
platform: linux
- path: 'distro/run/distro/target/operaton-bpm-run-{{projectVersion}}.zip'
platform: osx
- path: 'distro/run/distro/target/operaton-bpm-run-{{projectVersion}}.zip'
platform: windows
brew:
active: RELEASE
continueOnError: true
formulaName: operaton
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'Operaton {{tagName}}'
commitAuthor:
name: GitHub Actions
email: github-actions[bot]@users.noreply.github.com
operaton-tomcat:
type: BINARY
executable:
name: start
tags:
- 'operaton'
- 'bpmn'
- 'process automation'
- 'tomcat'
artifacts:
- path: 'distro/tomcat/distro/target/operaton-bpm-tomcat-{{projectVersion}}.zip'
platform: linux
- path: 'distro/tomcat/distro/target/operaton-bpm-tomcat-{{projectVersion}}.zip'
platform: osx
- path: 'distro/tomcat/distro/target/operaton-bpm-tomcat-{{projectVersion}}.zip'
platform: windows
brew:
active: RELEASE
continueOnError: true
formulaName: operaton-tomcat
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'Operaton Tomcat 10 {{tagName}}'
commitAuthor:
name: GitHub Actions
email: github-actions[bot]@users.noreply.github.com
operaton-wildfly:
type: BINARY
executable:
name: start
tags:
- 'operaton'
- 'bpmn'
- 'process automation'
- 'wildfly'
artifacts:
- path: 'distro/wildfly/distro/target/operaton-bpm-wildfly-{{projectVersion}}.zip'
platform: linux
- path: 'distro/wildfly/distro/target/operaton-bpm-wildfly-{{projectVersion}}.zip'
platform: osx
- path: 'distro/wildfly/distro/target/operaton-bpm-wildfly-{{projectVersion}}.zip'
platform: windows
brew:
active: RELEASE
continueOnError: true
formulaName: operaton-wildfly
multiPlatform: true
repository:
active: RELEASE
commitMessage: 'Operaton Wildfly 33 {{tagName}}'
commitAuthor:
name: GitHub Actions
email: github-actions[bot]@users.noreply.github.com