1
0
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:
Carlos Alexandro Becker 2024-09-12 16:46:46 -03:00
parent 9f485838a3
commit 3149a36750
No known key found for this signature in database
2 changed files with 19 additions and 2 deletions

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

@ -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
View File

@ -409,7 +409,14 @@
"type": "string"
},
"no_unique_dist_dir": {
"type": "string"
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"no_main_check": {
"type": "boolean"