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-10-31 18:12:45 +00:00
parent 896366f3dc
commit c5de7c54ee

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

@ -697,6 +697,9 @@
},
"file_info": {
"$ref": "#/$defs/ContentFileInfo"
},
"expand": {
"type": "boolean"
}
},
"additionalProperties": false,
@ -2117,6 +2120,13 @@
},
"Project": {
"properties": {
"version": {
"type": "integer",
"enum": [
1
],
"default": 1
},
"project_name": {
"type": "string"
},
@ -2338,7 +2348,10 @@
}
},
"additionalProperties": false,
"type": "object"
"type": "object",
"required": [
"version"
]
},
"ProjectMetadata": {
"properties": {