Skip to content
🎉 GoReleaser v2.18 is out! with release summaries, preflight checks, OpenTelemetry traces, and more!
Announce

Announce

GoReleaser can announce new releases on social networks, in chat rooms, and by email.

It runs at the end of the pipeline. You can skip it with the --skip=announce flag of the release command, or with the skip property:

.goreleaser.yaml
announce:
  # Skip the announcing feature in some conditions, for instance, when
  # publishing patch releases.
  #
  # Any value different from 'true' is evaluated to false.
  #
  # Templates: allowed.
  skip: "{{gt .Patch 0}}"

Supported announcers

Last updated on