1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-17 12:06:50 +02:00

chore: update schema

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-07-20 12:56:54 +00:00
parent f3a285f71a
commit 7c2a9878af
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -1371,7 +1371,15 @@
} }
] ]
}, },
"Hook": { "Hooks": {
"oneOf": [
{
"type": "string"
},
{
"items": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/hook",
"oneOf": [ "oneOf": [
{ {
"type": "string" "type": "string"
@ -1401,11 +1409,9 @@
} }
] ]
}, },
"Hooks": {
"items": {
"$ref": "#/$defs/Hook"
},
"type": "array" "type": "array"
}
]
}, },
"IgnoredBuild": { "IgnoredBuild": {
"properties": { "properties": {