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:
parent
f75d64d6cc
commit
2ea3e45020
18
www/docs/static/schema.json
generated
vendored
18
www/docs/static/schema.json
generated
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user