1
0
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:
Carlos A Becker 2022-12-18 16:42:03 -03:00
parent 27af559a62
commit d7ce4841c8
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -1970,7 +1970,7 @@
},
"type": "array"
},
"chocolatey": {
"chocolateys": {
"items": {
"$ref": "#/$defs/Chocolatey"
},