Skip to content

Commit

Permalink
fix: jsonschema for chocolateys
Browse files Browse the repository at this point in the history
closes #3647

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Dec 18, 2022
1 parent 27af559 commit d7ce484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Expand Up @@ -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"`
Expand Down
2 changes: 1 addition & 1 deletion www/docs/static/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d7ce484

Please sign in to comment.