1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

chore(docs): schema update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-09-07 11:19:06 -03:00
parent 708cd8904d
commit c2c0403ddc
No known key found for this signature in database

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

@ -470,7 +470,14 @@
"type": "string"
},
"skip": {
"type": "boolean"
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"gobinary": {
"type": "string"
@ -479,7 +486,7 @@
"type": "string"
},
"no_unique_dist_dir": {
"type": "boolean"
"type": "string"
},
"no_main_check": {
"type": "boolean"