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

project name, templates, readme, etc

This commit is contained in:
Carlos Alexandro Becker
2017-07-01 22:42:10 -03:00
parent a3c1e2b789
commit 6158285994
11 changed files with 48 additions and 37 deletions

View File

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