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

docs: schema update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-12-27 18:36:05 -03:00
parent fccdea0e3b
commit ee9816bf7b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

8
www/docs/static/schema-pro.json generated vendored
View File

@ -211,6 +211,9 @@
"strip_parent_binary_folder": {
"type": "boolean"
},
"rlcp": {
"type": "boolean"
},
"files": {
"items": {
"$ref": "#/$defs/File"
@ -2131,7 +2134,7 @@
},
"type": "array"
},
"chocolatey": {
"chocolateys": {
"items": {
"$ref": "#/$defs/Chocolatey"
},
@ -2868,6 +2871,9 @@
"$ref": "#/$defs/File"
},
"type": "array"
},
"rlcp": {
"type": "boolean"
}
},
"additionalProperties": false,