mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-15 11:56:56 +02:00
chore(docs): schema update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
708cd8904d
commit
c2c0403ddc
11
www/docs/static/schema-pro.json
generated
vendored
11
www/docs/static/schema-pro.json
generated
vendored
@ -470,7 +470,14 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"skip": {
|
"skip": {
|
||||||
"type": "boolean"
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "boolean"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"gobinary": {
|
"gobinary": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@ -479,7 +486,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"no_unique_dist_dir": {
|
"no_unique_dist_dir": {
|
||||||
"type": "boolean"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"no_main_check": {
|
"no_main_check": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user