We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822018d commit cf5c3faCopy full SHA for cf5c3fa
2 files changed
.github/workflows/release.yml
@@ -112,6 +112,7 @@ jobs:
112
JRELEASER_DRY_RUN: ${{ inputs.dryrun }}
113
JRELEASER_TAG_NAME: "v${{ env.CURRENT_VERSION }}"
114
JRELEASER_PREVIOUS_TAG_NAME: "v${{ env.PREVIOUS_VERSION }}"
115
+ JRELEASER_PROJECT_VERSION: ${{ env.CURRENT_VERSION }}
116
with:
117
setup-java: false
118
jreleaser.yml
@@ -26,6 +26,11 @@ project:
26
vcsBrowser: https://{{repoHost}}/{{repoOwner}}/{{repoName}}
27
help: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/discussions
28
contribute: https://{{repoHost}}/{{repoOwner}}/{{repoName}}/blob/main/CONTRIBUTING.md
29
+ languages:
30
+ java:
31
+ groupId: ai.docling
32
+ version: 17
33
+ multiProject: true
34
35
signing:
36
active: ALWAYS
0 commit comments