1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-06-06 16:56:48 +00:00
parent eadd377730
commit c9f2638d13

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

@ -209,7 +209,14 @@
"type": "boolean"
},
"rlcp": {
"type": "boolean"
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"files": {
"items": {
@ -2997,7 +3004,14 @@
"type": "array"
},
"rlcp": {
"type": "boolean"
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}
},
"additionalProperties": false,