-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathjreleaser.yml
More file actions
52 lines (49 loc) · 1.38 KB
/
jreleaser.yml
File metadata and controls
52 lines (49 loc) · 1.38 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
40
41
42
43
44
45
46
47
48
49
50
51
52
project:
languages:
java:
groupId: "ai.timefold.solver"
signing:
pgp:
active: ALWAYS
armored: true
release:
github:
commitAuthor:
name: "Timefold Release Bot"
email: "release@timefold.ai"
releaseName: "Timefold Solver {{projectVersion}}"
draft: true
overwrite: false
sign: true
milestone:
close: true
changelog:
formatted: ALWAYS
preset: "conventional-commits"
contentTemplate: ".github/workflows/release-changelog-template.md"
contributors:
format: '- {{contributorName}} ({{contributorUsernameAsLink}})'
hide:
uncategorized: true
categories:
- build
- ci
contributors:
- "Timefold Release Bot"
deploy:
maven:
mavenCentral:
timefold-solver:
active: ALWAYS
url: https://central.sonatype.com/api/v1/publisher
authorization: BASIC
# TODO Remove verifyPom tag, hack for https://github.com/jreleaser/jreleaser/issues/1397
verifyPom: false
maxRetries: 180 # the timeout for Maven state verification is now 30 minutes: 180 retries * 10-second delay
stagingRepositories:
- "target/staging-deploy"
artifactOverrides:
- groupId: ai.timefold.solver
artifactId: timefold-solver-ide-config
sourceJar: true
javadocJar: false