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:
parent
609e7c5657
commit
551db3ac77
12
www/docs/static/schema.json
generated
vendored
12
www/docs/static/schema.json
generated
vendored
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user