mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
9f485838a3
commit
3149a36750
12
www/docs/static/schema-pro.json
generated
vendored
12
www/docs/static/schema-pro.json
generated
vendored
@ -384,6 +384,9 @@
|
||||
"$ref": "#/$defs/TemplatedExtraFile"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"if": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -486,7 +489,14 @@
|
||||
"type": "string"
|
||||
},
|
||||
"no_unique_dist_dir": {
|
||||
"type": "string"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no_main_check": {
|
||||
"type": "boolean"
|
||||
|
9
www/docs/static/schema.json
generated
vendored
9
www/docs/static/schema.json
generated
vendored
@ -409,7 +409,14 @@
|
||||
"type": "string"
|
||||
},
|
||||
"no_unique_dist_dir": {
|
||||
"type": "string"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"no_main_check": {
|
||||
"type": "boolean"
|
||||
|
Loading…
x
Reference in New Issue
Block a user