1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-25 21:29:14 +02:00
Carlos Alexandro Becker a23c9df16b
docs: minor docs improvements (#5320)
- better styling
- short codes
- no 404 on unreleased `Since: ` block
2024-11-29 11:17:45 -03:00

26 lines
594 B
Markdown

# LinkedIn
For it to work, you'll need to set some environment variables on your pipeline:
- `LINKEDIN_ACCESS_TOKEN`
!!! warning
We currently don't support posting in groups.
Then, you can add something like the following to your `.goreleaser.yaml` config:
```yaml title=".goreleaser.yaml"
announce:
linkedin:
# Whether its enabled or not.
enabled: true
# Message to use while publishing.
#
# Default: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }}'.
message_template: "Awesome project {{.Tag}} is out!"
```
<!-- md:templates -->