mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-31 01:53:50 +02:00
fix: jsonschema for chocolateys
closes #3647 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
27af559a62
commit
d7ce4841c8
@ -937,7 +937,7 @@ type Project struct {
|
||||
GoMod GoMod `yaml:"gomod,omitempty" json:"gomod,omitempty"`
|
||||
Announce Announce `yaml:"announce,omitempty" json:"announce,omitempty"`
|
||||
SBOMs []SBOM `yaml:"sboms,omitempty" json:"sboms,omitempty"`
|
||||
Chocolateys []Chocolatey `yaml:"chocolateys,omitempty" json:"chocolatey,omitempty"`
|
||||
Chocolateys []Chocolatey `yaml:"chocolateys,omitempty" json:"chocolateys,omitempty"`
|
||||
Git Git `yaml:"git,omitempty" json:"git,omitempty"`
|
||||
|
||||
UniversalBinaries []UniversalBinary `yaml:"universal_binaries,omitempty" json:"universal_binaries,omitempty"`
|
||||
|
2
www/docs/static/schema.json
generated
vendored
2
www/docs/static/schema.json
generated
vendored
@ -1970,7 +1970,7 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"chocolatey": {
|
||||
"chocolateys": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/Chocolatey"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user