We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c18812 commit 3e5bb96Copy full SHA for 3e5bb96
jreleaser.template.yml
@@ -26,7 +26,6 @@ signing:
26
# publicKey: from JRELEASER_GPG_PUBLIC_KEY
27
# secretKey: from JRELEASER_GPG_SECRET_KEY
28
# passphrase: JRELEASER_GPG_PASSPHRASE
29
- artifacts: true
30
31
release:
32
github:
@@ -51,5 +50,9 @@ deploy:
51
50
# stage: from JRELEASER_MAVENCENTRAL_STAGE
52
authorization: BASIC
53
sign: true
+ checksums: true
54
+ sourceJar: true
55
+ javadocJar: true
56
+ verifyPom: true
57
stagingRepositories:
58
- VCL/target/staging-deploy
0 commit comments