1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

chore: update

This commit is contained in:
Carlos Alexandro Becker 2024-11-28 23:37:26 -03:00
parent 72902e6059
commit 9fb8d5fab2
No known key found for this signature in database
2 changed files with 10 additions and 3 deletions

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

8
www/docs/static/schema-pro.json generated vendored

@ -525,7 +525,13 @@
"$ref": "#/$defs/BuildHookConfig"
},
"builder": {
"type": "string"
"type": "string",
"enum": [
"",
"go",
"zig",
"prebuilt"
]
},
"mod_timestamp": {
"type": "string"