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

chore: schema update

This commit is contained in:
Carlos Alexandro Becker 2023-08-04 14:49:34 +00:00
parent bbe2ee7bfb
commit 03622ab59c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -3273,6 +3273,16 @@
"plugs": {
"type": "object"
},
"disable": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"extra_files": {
"items": {
"$ref": "#/$defs/SnapcraftExtraFiles"