1
0
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:
Carlos A Becker 2022-06-27 08:55:59 -03:00
parent 5aed49bd0a
commit 67b3ce0199
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

18
www/docs/static/schema-pro.json generated vendored
View File

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