1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/www/content/introduction.md

17 lines
543 B
Markdown
Raw Normal View History

2017-09-10 17:07:28 -03:00
---
title: Introduction
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.
2019-03-24 20:10:30 -03:00
You can also [customize](/customization) your release process through a
`.goreleaser.yml` file.