Skip to content

Commit a2ee9fe

Browse files
committed
build: Update release configuration
1 parent 022162d commit a2ee9fe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

jreleaser.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ release:
3333
overwrite: true
3434
milestone:
3535
name: '{{projectVersion}}'
36+
issues:
37+
enabled: true
3638
changelog:
3739
formatted: ALWAYS
3840
preset: conventional-commits
@@ -57,6 +59,21 @@ release:
5759
replacers:
5860
- search: 'deps: '
5961

62+
signing:
63+
active: ALWAYS
64+
armored: true
65+
66+
deploy:
67+
maven:
68+
nexus2:
69+
maven-central:
70+
active: RELEASE
71+
url: https://s01.oss.sonatype.org/service/local
72+
closeRepository: true
73+
releaseRepository: true
74+
stagingRepositories:
75+
- build/repos/local/release
76+
6077
announce:
6178
twitter:
6279
active: release

0 commit comments

Comments
 (0)