mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-25 21:29:14 +02:00
Fixes #2428 Signed-off-by: Furkan <furkan.turkal@trendyol.com> Co-authored-by: Batuhan Apaydin <batuhan.apaydin@trendyol.com> Co-authored-by: Erkan Zileli <erkan.zileli@trendyol.com> Co-authored-by: Batuhan Apaydin <batuhan.apaydin@trendyol.com> Co-authored-by: Erkan Zileli <erkan.zileli@trendyol.com> Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
692 B
692 B
For it to work, you'll need to set some environment variables on your pipeline:
LINKEDIN_ACCESS_TOKEN
P.S: We currently don't support posting in groups.
Then, you can add something like the following to your .goreleaser.yml
config:
# .goreleaser.yml
announce:
linkedin:
# Whether its enabled or not.
# Defaults to false.
enabled: true
# Message template to use while publishing.
# Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .GitURL }}/releases/tag/{{ .Tag }}`
message_template: 'Awesome project {{.Tag}} is out!'
!!! tip Learn more about the name template engine.