www/content/customization/announce/twitter.md
[!WARNING] Twitter has announced that API usage will no longer be free starting Feb 9, 2023.
For it to work, you'll need to create a new Twitter app, and set some environment variables on your pipeline:
TWITTER_CONSUMER_KEYTWITTER_CONSUMER_SECRETTWITTER_ACCESS_TOKENTWITTER_ACCESS_TOKEN_SECRETThen, you can add something like the following to your .goreleaser.yaml config:
announce:
twitter:
# Whether its enabled or not.
#
# Templates: allowed. {{< g_inline_version "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!"
{{< g_templates >}}