-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjreleaser.yml
More file actions
50 lines (47 loc) · 1.26 KB
/
jreleaser.yml
File metadata and controls
50 lines (47 loc) · 1.26 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
project:
name: ipregistry-client
description: Official Java client for Ipregistry, a fast, reliable IP geolocation and threat data API.
longDescription: |
Official Java client for Ipregistry, a fast, reliable IP geolocation and threat data API.
Ipregistry provides accurate IP geolocation, threat intelligence, and network data.
authors:
- Ipregistry Team
license: Apache-2.0
inceptionYear: 2019
links:
homepage: https://github.com/ipregistry/ipregistry-java
documentation: https://ipregistry.co/docs
copyright: 2019-2025 Ipregistry
vendor: Ipregistry
release:
github:
owner: ipregistry
name: ipregistry-java
tagName: '{{projectVersion}}'
releaseName: '{{tagName}}'
overwrite: true
update:
enabled: true
sections:
- TITLE
- BODY
changelog:
enabled: true
formatted: ALWAYS
preset: conventional-commits
deploy:
maven:
mavenCentral:
sonatype:
active: ALWAYS
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- build/staging-deploy
applyMavenCentralRules: true
connectTimeout: 300
readTimeout: 1800
maxRetries: 60
retryDelay: 60
signing:
active: ALWAYS
armored: true