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:
parent
1a56c4546b
commit
91eee44ce8
@ -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 }}"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user