From 9fb8d5fab2602f33b0c53304f73c8469166234dc Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 28 Nov 2024 23:37:26 -0300 Subject: [PATCH] chore: update --- www/docs/cmd/goreleaser_init.md | 5 +++-- www/docs/static/schema-pro.json | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) 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"