mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
Merge branch 'mattstratton/add-custom-release-title' of github.com:mattstratton/goreleaser into mattstratton/add-custom-release-title
Signed-off-by: Matt Stratton <matt.stratton@gmail.com> # Conflicts: # config/config.go # internal/name/name.go
This commit is contained in:
commit
ffebc52458
@ -120,7 +120,6 @@ type Release struct {
|
||||
Draft bool `yaml:",omitempty"`
|
||||
Prerelease bool `yaml:",omitempty"`
|
||||
NameTemplate string `yaml:"name_template,omitempty"`
|
||||
|
||||
// Capture all undefined fields and should be empty after loading
|
||||
XXX map[string]interface{} `yaml:",inline"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user