1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-03-22 21:29:14 -03:00
parent 6b64551359
commit 60098679ef
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -24,7 +24,10 @@ var defaultTemplateData = templateData{
Desc: "Some desc",
Homepage: "https://google.com",
Name: "Test",
Repo: config.Repo{"caarlos0", "test"},
Repo: config.Repo{
Owner: "caarlos0",
Name: "test",
},
Tag: "v0.1.3",
Version: "0.1.3",
File: "test_Darwin_x86_64",