diff --git a/config/config.go b/config/config.go index 0b5921cdd..1401cbe0e 100644 --- a/config/config.go +++ b/config/config.go @@ -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"` }