mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +02:00
docs: improve landing page
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
fcce525a56
commit
74ed844cfc
@ -8,3 +8,8 @@ GoReleaser is built for CI tools, you only need to download and execute it in
|
|||||||
your build script. Of course, you can also install it locally if you wish.
|
your build script. Of course, you can also install it locally if you wish.
|
||||||
|
|
||||||
You can also customize your release process through a `.goreleaser.yml` file.
|
You can also customize your release process through a `.goreleaser.yml` file.
|
||||||
|
|
||||||
|
Once you set ip up, every time you want to create a new release, all you need to do is tag and run
|
||||||
|
`goreleaser release`:
|
||||||
|
|
||||||
|
<script id="asciicast-385826" src="https://asciinema.org/a/385826.js" async></script>
|
||||||
|
@ -121,7 +121,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="tx-hero__content">
|
<div class="tx-hero__content">
|
||||||
<h1>GoReleaser</h1>
|
<h1>GoReleaser</h1>
|
||||||
<p>Release Go projects as fast and easily as possible!</p>
|
<h2>Release Go projects as fast and easily as possible!</h2>
|
||||||
|
<p>With GoReleaser, you can:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Cross-compile your Go project</li>
|
||||||
|
<li>Release to GitHub, GitLab and Gitea</li>
|
||||||
|
<li>Create Docker images and manifests</li>
|
||||||
|
<li>Create Linux packages and Homebrew taps</li>
|
||||||
|
<li>... and much more!</li>
|
||||||
|
</ul>
|
||||||
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}"
|
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | striptags }}"
|
||||||
class="md-button md-button--primary">
|
class="md-button md-button--primary">
|
||||||
Get started
|
Get started
|
||||||
|
@ -80,7 +80,7 @@ goreleaser --snapshot
|
|||||||
Now you can run GoReleaser at the root of your repository:
|
Now you can run GoReleaser at the root of your repository:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
goreleaser
|
goreleaser release
|
||||||
```
|
```
|
||||||
|
|
||||||
That's all!
|
That's all!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user