We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29eae4 commit 715a7c3Copy full SHA for 715a7c3
jreleaser.yml
@@ -22,4 +22,25 @@ release:
22
formatted: ALWAYS
23
preset: conventional-commits
24
contributors:
25
- format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
+ format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
26
+
27
+signing:
28
+ active: RELEASE
29
+ mode: MEMORY
30
+ armored: true
31
+ verify: true
32
+ artifacts: true
33
+ checksums: true
34
+ files: false
35
36
+deploy:
37
+ maven:
38
+ nexus2:
39
+ maven-central:
40
41
+ url: https://s01.oss.sonatype.org/service/local
42
+ applyMavenCentralRules: true
43
+ stagingRepositories:
44
+ - target/staging-deploy
45
+ closeRepository: true
46
+ releaseRepository: true
0 commit comments