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:
parent
f3a285f71a
commit
7c2a9878af
16
www/docs/static/schema-pro.json
generated
vendored
16
www/docs/static/schema-pro.json
generated
vendored
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user