1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

chore: update schema

This commit is contained in:
Carlos Alexandro Becker 2023-08-09 13:12:33 +00:00
parent 0f018f3f58
commit 8337eb3d48
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -2704,6 +2704,16 @@
},
"type": "array"
},
"disable": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"templated_extra_files": {
"items": {
"$ref": "#/$defs/TemplatedExtraFile"