diff --git a/www/docs/customization/announce/bluesky.md b/www/docs/customization/announce/bluesky.md index 2c6272623..5de34bc62 100644 --- a/www/docs/customization/announce/bluesky.md +++ b/www/docs/customization/announce/bluesky.md @@ -1,9 +1,11 @@ # Bluesky -To use [Bluesky](https://bsky.app/), you need to create an account, and set the following -environment variable on your pipeline: +> Since v1.26 -- `BLUESKY_ACCOUNT_PASSWORD` +To use [Bluesky](https://bsky.app/), you need to create an account, and set the +following environment variable on your pipeline: + +- `BLUESKY_APP_PASSWORD` (create one [here](https://bsky.app/settings/app-passwords)) After this, you can add following section to your `.goreleaser.yaml` config: @@ -18,7 +20,7 @@ announce: # # Default: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}' # Templates: allowed - message_template: 'Awesome project {{.Tag}} is out!' + message_template: "Awesome project {{.Tag}} is out!" # The username of the account that will post # to Bluesky @@ -26,4 +28,5 @@ announce: ``` !!! tip + Learn more about the [name template engine](/customization/templates/).