File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
8283announce :
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}}
You can’t perform that action at this time.
0 commit comments