Skip to content
🎉 GoReleaser v2.18 is out! with release summaries, preflight checks, OpenTelemetry traces, and more!

Bluesky

To use Bluesky, you need to create an account and set the following environment variable on your pipeline:

  • BLUESKY_APP_PASSWORD (create one here)

After this, you can add the following section to your .goreleaser.yaml configuration:

.goreleaser.yaml
announce:
  bluesky:
    # Whether it's enabled or not.
    #
    # Templates: allowed. 
Since v2.6
enabled: true # Message template to use while publishing. # # Default: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'. # Templates: allowed. message_template: "Awesome project {{.Tag}} is out!" # The username of the account that will post # to Bluesky username: "my-project.bsky.social"
Learn more about the template language.
Last updated on