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:
parent
eadd377730
commit
c9f2638d13
18
www/docs/static/schema.json
generated
vendored
18
www/docs/static/schema.json
generated
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user