Skip to content

Commit cebb035

Browse files
committed
build: Configure bluesky announcer
1 parent cf57a7f commit cebb035

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ jobs:
4646
maven-username: ${{ secrets.SONATYPE_USERNAME }}
4747
maven-password: ${{ secrets.SONATYPE_PASSWORD }}
4848
mastodon-access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
49+
bluesky-host: ${{ secrets.BLUESKY_HOST }}
50+
bluesky-handle: ${{ secrets.BLUESKY_HANDLE }}
51+
bluesky-password: ${{ secrets.BLUESKY_PASSWORD }}

jreleaser.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ project:
2727
inceptionYear: 2006
2828
stereotype: NONE
2929
vendor: Kordamp
30-
java:
31-
groupId: org.kordamp.json
32-
version: 8
30+
languages:
31+
java:
32+
groupId: org.kordamp.json
33+
version: 8
3334
tags:
3435
- 'json'
3536
- 'xml'
@@ -80,6 +81,10 @@ deploy:
8081
- build/repos/local/release
8182

8283
announce:
84+
bluesky:
85+
active: RELEASE
86+
status: 🚀 Json-lib {{projectVersion}} has been released! {{releaseNotesUrl}}
8387
mastodon:
8488
active: RELEASE
8589
host: https://mastodon.social
90+
status: 🚀 Json-lib {{projectVersion}} has been released! {{releaseNotesUrl}}

0 commit comments

Comments
 (0)