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 2022-12-27 20:44:20 +00:00
parent a209757ad2
commit fccdea0e3b

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

@ -202,6 +202,9 @@
"strip_parent_binary_folder": {
"type": "boolean"
},
"rlcp": {
"type": "boolean"
},
"files": {
"items": {
"$ref": "#/$defs/File"
@ -2683,6 +2686,9 @@
"$ref": "#/$defs/File"
},
"type": "array"
},
"rlcp": {
"type": "boolean"
}
},
"additionalProperties": false,