2017-09-10 17:07:28 -03:00
|
|
|
---
|
|
|
|
title: Introduction
|
2018-04-24 22:20:12 -07:00
|
|
|
weight: 1
|
|
|
|
menu: true
|
2017-09-10 17:07:28 -03:00
|
|
|
---
|
|
|
|
|
2017-09-11 10:13:14 -03:00
|
|
|
[GoReleaser](https://github.com/goreleaser/goreleaser) is a release automation
|
2019-03-24 20:10:30 -03:00
|
|
|
tool for Go projects. The goal is to simplify the build, release and
|
2017-09-11 10:13:14 -03:00
|
|
|
publish steps while providing variant customization options for all steps.
|
2017-09-10 17:07:28 -03:00
|
|
|
|
2017-09-11 10:13:14 -03:00
|
|
|
GoReleaser is built for CI tools; you only need to
|
2019-03-24 20:10:30 -03:00
|
|
|
[download and execute it](/ci) in your build script.
|
|
|
|
Of course, you can also [install it locally](/install) if you wish.
|
2018-02-28 21:03:31 -03:00
|
|
|
|
2019-03-24 20:10:30 -03:00
|
|
|
You can also [customize](/customization) your release process through a
|
|
|
|
`.goreleaser.yml` file.
|