1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-07 13:31:37 +02:00

docs: improve announce and home

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-09-12 22:41:54 -03:00
parent b654a31160
commit 5f4ea3f9cb
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -133,7 +133,8 @@
<li>Release to GitHub, GitLab and Gitea</li>
<li>Create Docker images and manifests</li>
<li>Create Linux packages and Homebrew taps</li>
<li>Announce new releases on Twitter</li>
<li>Sign artifacts, checksums and Docker images</li>
<li>Announce new releases on Twitter, Slack, Discord and Microsoft Teams</li>
<li>... and much more!</li>
</ul>
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}"