1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-15 01:34:21 +02:00

docs: update bluesky docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2024-04-22 23:25:07 -03:00
parent b45c3b1720
commit faadd02cc1

View File

@ -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/).