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.