github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/www/docs/intro.md (about) 1 # Introduction 2 3 GoReleaser is a release automation tool for Go projects. 4 The goal is to simplify the build, release and publish steps while providing 5 variant customization options for all steps. 6 7 GoReleaser is built for CI tools, you only need to download and execute it in 8 your build script. Of course, you can also install it locally if you wish. 9 10 You can also customize your release process through a `.goreleaser.yml` file. 11 12 Once you set ip up, every time you want to create a new release, all you need to do is tag and run 13 `goreleaser release`: 14 15 <script id="asciicast-385826" src="https://asciinema.org/a/385826.js" async></script>