mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update pro schema
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
5aed49bd0a
commit
67b3ce0199
18
www/docs/static/schema-pro.json
generated
vendored
18
www/docs/static/schema-pro.json
generated
vendored
@ -311,12 +311,6 @@
|
||||
"hooks": {
|
||||
"$ref": "#/$defs/BuildHookConfig"
|
||||
},
|
||||
"env": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"builder": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -353,6 +347,12 @@
|
||||
"gcflags": {
|
||||
"$ref": "#/$defs/StringArray"
|
||||
},
|
||||
"env": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"overrides": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/BuildDetailsOverride"
|
||||
@ -397,6 +397,12 @@
|
||||
},
|
||||
"gcflags": {
|
||||
"$ref": "#/$defs/StringArray"
|
||||
},
|
||||
"env": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user