From c71d8ecafa36ff96a74ed80f4a300a79fa092338 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 27 Oct 2022 15:06:26 -0300 Subject: [PATCH] docs: gif (#3504) gif powered by vhs cc/ @maaslalani Signed-off-by: Carlos A Becker --- README.md | 2 +- www/docs/intro.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a39551c1df..c7ae0253868 100644 --- a/README.md +++ b/README.md @@ -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) --- diff --git a/www/docs/intro.md b/www/docs/intro.md index a578687f119..092683c45ec 100644 --- a/www/docs/intro.md +++ b/www/docs/intro.md @@ -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`: - +![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.