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:
parent
0f018f3f58
commit
8337eb3d48
10
www/docs/static/schema-pro.json
generated
vendored
10
www/docs/static/schema-pro.json
generated
vendored
@ -2704,6 +2704,16 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"disable": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"templated_extra_files": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/TemplatedExtraFile"
|
||||
|
Loading…
Reference in New Issue
Block a user