mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
chore: docs auto-update
This commit is contained in:
parent
afc38b79a9
commit
b036b49c52
18
www/docs/static/schema.json
generated
vendored
18
www/docs/static/schema.json
generated
vendored
@ -2159,10 +2159,24 @@
|
||||
"type": "string"
|
||||
},
|
||||
"disable": {
|
||||
"type": "boolean"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"skip_upload": {
|
||||
"type": "boolean"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"prerelease": {
|
||||
"type": "string"
|
||||
|
Loading…
Reference in New Issue
Block a user