Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ project:

signing:
active: ALWAYS
armored: true
pgp:
armored: true

release:
github:
Expand Down Expand Up @@ -76,6 +77,10 @@ checksum:
algorithms:
- SHA_256

catalog:
github:
active: ALWAYS

deploy:
maven:
mavenCentral:
Expand All @@ -90,5 +95,6 @@ deploy:
- build/staging-deploy

announce:
discord:
active: ALWAYS
webhooks:
discord:
active: ALWAYS
Loading