From deb2680154cf3d88d5216a6e1dffb431dc8a3e1c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 15 Jan 2017 15:58:45 -0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8fe286cb..6577fb46d 100644 --- a/README.md +++ b/README.md @@ -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.