1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-09-15 11:06:55 -03:00
parent 6a60e679b8
commit 8c996e84fb
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -104,7 +104,6 @@ type Archive struct {
type Release struct { type Release struct {
GitHub Repo `yaml:",omitempty"` GitHub Repo `yaml:",omitempty"`
Draft bool `yaml:",omitempty"` Draft bool `yaml:",omitempty"`
GitHubURL string `yaml:"github_url,omitempty"`
// Capture all undefined fields and should be empty after loading // Capture all undefined fields and should be empty after loading
XXX map[string]interface{} `yaml:",inline"` XXX map[string]interface{} `yaml:",inline"`