1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Update README.md

This commit is contained in:
Carlos Alexandro Becker 2017-01-15 15:58:45 -02:00 committed by GitHub
parent 04aad95495
commit deb2680154

View File

@ -14,7 +14,7 @@ By participating, you are expected to uphold this code. Please report unacceptab
[![Go Report Card](https://goreportcard.com/badge/github.com/goreleaser/goreleaser?style=flat-square)](https://goreportcard.com/report/github.com/goreleaser/goreleaser)
[![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser)
## How it works?
## Why?
The idea started with a [simple shell script](https://github.com/goreleaser/old-go-releaser),
but it quickly became more complex and I also wanted to publish binaries via
@ -41,6 +41,8 @@ This will build `main.go` as binary, for `Darwin` and `Linux`
and finally, publish a new GitHub release in the repository with
archives uploaded.
Of course, all this can be customized!
## Customization
For customization create a `goreleaser.yml` file in the root of your repository.