1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

Merge pull request #272 from goreleaser/goreleaserbot

using a valid email to publish formulas
This commit is contained in:
Carlos Alexandro Becker
2017-07-03 20:04:40 -03:00
committed by GitHub

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(