diff --git a/www/docs/cmd/goreleaser_init.md b/www/docs/cmd/goreleaser_init.md index 11ab7f96f..7578cea53 100644 --- a/www/docs/cmd/goreleaser_init.md +++ b/www/docs/cmd/goreleaser_init.md @@ -9,8 +9,9 @@ goreleaser init [flags] ## Options ``` - -f, --config string Load configuration from file (default ".goreleaser.yaml") - -h, --help help for init + -f, --config string Load configuration from file (default ".goreleaser.yaml") + -h, --help help for init + -l, --language string Which language will be used (default "go") ``` ## Options inherited from parent commands diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index 316f5660f..6716ca4a7 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -525,7 +525,13 @@ "$ref": "#/$defs/BuildHookConfig" }, "builder": { - "type": "string" + "type": "string", + "enum": [ + "", + "go", + "zig", + "prebuilt" + ] }, "mod_timestamp": { "type": "string"