diff --git a/www/docs/customization/announce.md b/www/docs/customization/announce.md index 5cad5a843..15b368557 100644 --- a/www/docs/customization/announce.md +++ b/www/docs/customization/announce.md @@ -2,9 +2,9 @@ title: Announce --- -GoReleaser can also announce new releases, currently, to Twitter, Reddit, Slack, Discourse and Teams only. +GoReleaser can also announce new releases to Twitter, Reddit, Slack, Discourse and Microsoft Teams. -It runs at the very end of the pipeline. +It runs at the very end of the pipeline and can be skipped with the `--skip-announce` flag of the [`release`](/cmd/goreleaser_release/) command. ## Twitter diff --git a/www/docs/overrides/home.html b/www/docs/overrides/home.html index ad6b2e260..02fa9ee9e 100644 --- a/www/docs/overrides/home.html +++ b/www/docs/overrides/home.html @@ -133,7 +133,8 @@
  • Release to GitHub, GitLab and Gitea
  • Create Docker images and manifests
  • Create Linux packages and Homebrew taps
  • -
  • Announce new releases on Twitter
  • +
  • Sign artifacts, checksums and Docker images
  • +
  • Announce new releases on Twitter, Slack, Discord and Microsoft Teams
  • ... and much more!