1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/www/docs/intro.md
Carlos A Becker 6409998dc8
docs: improving docs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-07-10 17:11:37 +00:00

642 B

Introduction

GoReleaser is a release automation tool for Go projects. The goal is to simplify the build, release and publish steps while providing variant customization options for all steps.

GoReleaser is built with CI tools in mind, you only need to download and execute it in your build script. Of course, you can still install it locally if you want.

Your release process can be 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 tag and run goreleaser release: