Skip to content

Commit

Permalink
chore: Attempt social media announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Oct 23, 2023
1 parent 09b6726 commit 865d1ca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ jobs:
JRELEASER_CHOCOLATEY_GITHUB_TOKEN: ${{ secrets.GH_PAT }}
JRELEASER_SDKMAN_CONSUMER_KEY: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_KEY }}
JRELEASER_SDKMAN_CONSUMER_TOKEN: ${{ secrets.JRELEASER_SDKMAN_CONSUMER_TOKEN }}
JRELEASER_TWITTER_CONSUMER_KEY: ${{ secrets.JRELEASER_TWITTER_CONSUMER_KEY }}
JRELEASER_TWITTER_CONSUMER_SECRET: ${{ secrets.JRELEASER_TWITTER_CONSUMER_SECRET }}
JRELEASER_TWITTER_ACCESS_TOKEN: ${{ secrets.JRELEASER_TWITTER_ACCESS_TOKEN }}
JRELEASER_TWITTER_ACCESS_TOKEN_SECRET: ${{ secrets.JRELEASER_TWITTER_ACCESS_TOKEN_SECRET }}
JRELEASER_MASTODON_ACCESS_TOKEN: ${{ secrets.JRELEASER_MASTODON_ACCESS_TOKEN }}
JRELEASER_BLUESKY_PASSWORD: ${{ secrets.JRELEASER_BLUESKY_PASSWORD }}

- name: Capture JReleaser output
if: always()
Expand Down
15 changes: 15 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ release:
- '[bot]'
- 'GitHub'

announce:
active: RELEASE
mastodon:
active: RELEASE
host: https://mastodon.online/
status: 🚀 {{projectNameCapitalized}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.
bluesky:
active: RELEASE
host: https://bsky.social
handle: mthmulders.bsky.social
status: 🚀 {{projectNameCapitalized}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.
twitter:
active: RELEASE
status: 🚀 {{projectNameCapitalized}} {{projectVersion}} has just been released! Check {{releaseNotesUrl}} for the details.

distributions:
mcs:
stereotype: CLI
Expand Down

0 comments on commit 865d1ca

Please sign in to comment.