1
0
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:
Matt Stratton 2017-10-07 05:56:49 -05:00
commit ffebc52458
No known key found for this signature in database
GPG Key ID: EF2B156510452D81

View File

@ -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"`
}