Skip to content

Commit

Permalink
docs: gif (#3504)
Browse files Browse the repository at this point in the history
gif powered by vhs cc/ @maaslalani

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 27, 2022
1 parent d73a011 commit c71d8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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)

---

Expand Down
4 changes: 1 addition & 3 deletions www/docs/intro.md
Expand Up @@ -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.

Expand Down

0 comments on commit c71d8ec

Please sign in to comment.