1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00

docs: some little fixes on the webpage (#2547)

* feat: some little fixes on the webpage

Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>

* Update www/docs/overrides/home.html

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Batuhan Apaydın 2021-10-02 05:04:52 +03:00 committed by GitHub
parent 1a56c4546b
commit 91eee44ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ goreleaser init
Now, lets run a "local-only" release to see if it works using the [release](/cmd/goreleaser_release/) command:
```sh
goreleaser release --snapshot --skip-publish --rm-dist
goreleaser release --snapshot --rm-dist
```
At this point, you can [customize](/customization/) the generated `.goreleaser.yml` or leave it as-is, it's up to you.