-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjreleaser.yml
109 lines (103 loc) · 2.7 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
project:
name: macos-notarization-service
description: Notarization service Eclipse projects
authors:
- Eclipse Foundation and others
license: EPL-2.0
inceptionYear: 2019
links:
homepage: https://github.com/eclipse-cbi/macos-notarization-service
stereotype: WEB
vendor: Eclipse Foundation
java:
groupId: org.eclipse.cbi
version: 17
multiProject: false
tags:
- 'notarization'
release:
github:
overwrite: true
issues:
enabled: false
changelog:
skipMergeCommits: true
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}} ({{commitAuthor}})'
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
extraProperties:
categorizeScopes: 'false'
labelers:
- label: 'feature'
title: 'regex:(?i)^(?:add|added):?'
order: 10
- label: 'fix'
title: 'regex:(?i)^(?:fix|bug)'
order: 100
- label: 'chore'
title: 'regex:(?i)^(?:remove|delete|update)'
order: 110
- label: 'dependencies'
title: 'regex:(?i)^(?:deps|dependencies|bump|upgraded|upgrade|migrate|switch):?'
order: 130
- label: 'releasechore'
title: 'regex:(?i)^(?:Prepare for|Bump for next|Releasing)'
order: 200
- label: 'bot'
title: 'regex:GitHub Action'
order: 300
excludeLabels:
- 'releasechore'
- 'bot'
categories:
- title: '🚀 Features'
key: 'features'
order: 1
labels:
- 'feat'
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
key: 'bugfixes'
order: 5
labels:
- 'fix'
- 'bugfix'
- 'bug'
- title: '🧰 Maintenance'
key: 'tasks'
order: 10
labels:
- 'chore'
- title: 📦 Dependency updates
key: 'dependencies'
order: 40
labels:
- 'dependencies'
hide:
categories:
- 'merge'
contributors:
- 'GitHub'
- 'bot'
catalog:
slsa:
active: RELEASE
hooks:
script:
before:
- run: './mvnw -ntp -B -Pdist -Prelease -Psbom clean verify package'
condition: '"{{ Env.CI }}" == true'
verbose: true
filter:
includes: ['assemble']
distributions:
app:
type: JAVA_BINARY
artifacts:
- path: 'target/distributions/{{projectName}}-{{projectVersion}}.zip'
files:
artifacts:
- path: 'target/{{projectName}}-{{projectVersion}}-cyclonedx.json'