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 46
46
maven-username : ${{ secrets.SONATYPE_USERNAME }}
47
47
maven-password : ${{ secrets.SONATYPE_PASSWORD }}
48
48
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:
27
27
inceptionYear : 2006
28
28
stereotype : NONE
29
29
vendor : Kordamp
30
- java :
31
- groupId : org.kordamp.json
32
- version : 8
30
+ languages :
31
+ java :
32
+ groupId : org.kordamp.json
33
+ version : 8
33
34
tags :
34
35
- ' json'
35
36
- ' xml'
@@ -80,6 +81,10 @@ deploy:
80
81
- build/repos/local/release
81
82
82
83
announce :
84
+ bluesky :
85
+ active : RELEASE
86
+ status : 🚀 Json-lib {{projectVersion}} has been released! {{releaseNotesUrl}}
83
87
mastodon :
84
88
active : RELEASE
85
89
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