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:
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"
|
||||
},
|
||||
"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"
|
||||
|
Loading…
Reference in New Issue
Block a user