1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/www/content/introduction.md
Carlos Alexandro Becker 367c6c0d1d
docs: improve docs
2019-03-24 20:10:30 -03:00

17 lines
543 B
Markdown

---
title: Introduction
weight: 1
menu: true
---
[GoReleaser](https://github.com/goreleaser/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 for CI tools; you only need to
[download and execute it](/ci) in your build script.
Of course, you can also [install it locally](/install) if you wish.
You can also [customize](/customization) your release process through a
`.goreleaser.yml` file.