1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2022-06-27 01:02:52 +00:00
parent f75d64d6cc
commit 2ea3e45020

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

@ -299,12 +299,6 @@
"hooks": {
"$ref": "#/$defs/BuildHookConfig"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"builder": {
"type": "string"
},
@ -341,6 +335,12 @@
"gcflags": {
"$ref": "#/$defs/StringArray"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"overrides": {
"items": {
"$ref": "#/$defs/BuildDetailsOverride"
@ -382,6 +382,12 @@
},
"gcflags": {
"$ref": "#/$defs/StringArray"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
}
},
"additionalProperties": false,