1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-07-15 19:56:08 +00:00
parent 609e7c5657
commit 551db3ac77

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

@ -2240,6 +2240,9 @@
"report_sizes": {
"type": "boolean"
},
"metadata": {
"$ref": "#/$defs/ProjectMetadata"
},
"universal_binaries": {
"items": {
"$ref": "#/$defs/UniversalBinary"
@ -2279,6 +2282,15 @@
"additionalProperties": false,
"type": "object"
},
"ProjectMetadata": {
"properties": {
"mod_timestamp": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Publisher": {
"properties": {
"name": {