1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
gif powered by vhs cc/ @maaslalani

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2022-10-27 15:06:26 -03:00 committed by GitHub
parent d73a0116e0
commit c71d8ecafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,7 @@
GoReleaser builds Go binaries for several platforms, creates a GitHub release and then
pushes a Homebrew formula to a tap repository. All that wrapped in your favorite CI.
https://user-images.githubusercontent.com/245435/190040641-1fa183e5-d05a-4f9d-b466-02969a529b86.mp4
![](https://raw.githubusercontent.com/goreleaser/example-simple/main/goreleaser.gif)
---

View File

@ -52,9 +52,7 @@ Your entire release process is customized through a `.goreleaser.yml` file.
Once you set it up, every time you want to create a new release, all you need to
do is push a git tag and run `goreleaser release`:
<video autoplay loop>
<source src="https://user-images.githubusercontent.com/245435/190040641-1fa183e5-d05a-4f9d-b466-02969a529b86.mp4" type="video/mp4">
</video>
![goreleaser example gif](https://raw.githubusercontent.com/goreleaser/example-simple/main/goreleaser.gif)
You can also do it in your continuous integration platform of choice.