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