-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathjreleaser.yml
More file actions
94 lines (89 loc) · 2.27 KB
/
jreleaser.yml
File metadata and controls
94 lines (89 loc) · 2.27 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
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
project:
name: docling-java
description: A Java API for Docling
longDescription: A Java API for Docling
license: MIT
inceptionYear: 2025
copyright: 2025-Present IBM
vendor: IBM
authors:
- Eric Deandrea
- Thomas Vitale
- Alex Soto
tags:
- docling
- java
- AI
maintainers:
- Eric Deandrea
- Thomas Vitale
- Alex Soto
links:
homepage: https://{{repoOwner}}.github.io/{{repoName}}
documentation: https://{{repoOwner}}.github.io/{{repoName}}
license: https://opensource.org/license/mit
bugTracker: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/issues
vcsBrowser: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
help: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
contribute: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/blob/main/CONTRIBUTING.md
languages:
java:
groupId: ai.docling
version: 17
multiProject: true
signing:
active: ALWAYS
armored: true
release:
github:
enabled: true
overwrite: false
name: docling-java
sign: true
discussionCategoryName: Announcements
skipTag: true
changelog:
enabled: true
formatted: ALWAYS
links: true
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
hide:
categories:
- merge
contributors:
- GitHub
- dependabot
- all-contributors
- docling-java-ops
- allcontributors
- copilot
- copilot-swe-agent
- claude
extraProperties:
categorizeScopes: true
issues:
enabled: true
comment: '🎉 This issue has been resolved in `{{tagName}}` ([Release Notes]({{releaseNotesUrl}}))'
commitAuthor:
name: docling-java-ops
email: deepsearch-core@zurich.ibm.com
checksum:
algorithms:
- SHA_256
deploy:
maven:
mavenCentral:
sonatype:
retryDelay: 100
maxRetries: 100
connectTimeout: 18000
active: ALWAYS
url: https://central.sonatype.com/api/v1/publisher
applyMavenCentralRules: true
stagingRepositories:
- build/staging-deploy
announce:
discord:
active: ALWAYS