1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

wip multiple builds

This commit is contained in:
Carlos Alexandro Becker
2017-06-27 19:20:08 -03:00
parent cf3197eb40
commit ed5ccf9bdb
7 changed files with 88 additions and 56 deletions

View File

@ -36,7 +36,7 @@ func (c *githubClient) CreateFile(
},
Content: content.Bytes(),
Message: github.String(
ctx.Config.Build.Binary + " version " + ctx.Git.CurrentTag,
ctx.Config.Name + " version " + ctx.Git.CurrentTag,
),
}