1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

Merge branch 'master' into naked-release

This commit is contained in:
Carlos Alexandro Becker 2017-07-03 20:07:48 -03:00 committed by GitHub
commit 183c385e86

View File

@ -32,7 +32,7 @@ func (c *githubClient) CreateFile(
options := &github.RepositoryContentFileOptions{
Committer: &github.CommitAuthor{
Name: github.String("goreleaserbot"),
Email: github.String("bot@goreleaser"),
Email: github.String("goreleaser@carlosbecker.com"),
},
Content: content.Bytes(),
Message: github.String(