1
0
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:
actions-user 2023-01-24 01:28:55 +00:00
parent afc38b79a9
commit b036b49c52

18
www/docs/static/schema.json generated vendored
View File

@ -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"