-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
191 lines (185 loc) · 4.95 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
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: fork-baseline
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: ALWAYS
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