mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-19 20:57:53 +02:00
chore: update
This commit is contained in:
parent
72902e6059
commit
9fb8d5fab2
www/docs
@ -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
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user