-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjreleaser.yml
More file actions
39 lines (37 loc) · 1.08 KB
/
jreleaser.yml
File metadata and controls
39 lines (37 loc) · 1.08 KB
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
project:
# JReleaser will fill these from Maven automatically:
# name: ${project.artifactId}
# version: ${project.version}
# description: OpenRewrite client to apply recipes
# longDescription: OpenRewrite client to apply recipes
# authors: [ "snowdrop" ]
# license: Apache-2.0
links:
homepage: https://github.com/snowdrop/rewrite-client
release:
github:
enabled: true
tagName: "{{projectVersion}}"
releaseName: "{{tagName}}"
overwrite: false
update:
enabled: false
changelog:
formatted: ALWAYS
links: true
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
distributions:
service-module:
type: SINGLE_JAR
artifacts:
- path: service/target/service-{{projectVersion}}.jar
service-shaded-module:
type: SINGLE_JAR
artifacts:
- path: service/target/service-{{projectVersion}}-shaded.jar
client-module:
type: SINGLE_JAR
artifacts:
- path: client/target/client-{{projectVersion}}-runner.jar