1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: update schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-03-29 10:03:19 -03:00
parent 55154b9aea
commit 1b86abcfc6
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

33
www/docs/static/schema-pro.json generated vendored
View File

@ -291,6 +291,16 @@
"$ref": "#/$defs/ExtraFile"
},
"type": "array"
},
"disable": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}
},
"additionalProperties": false,
@ -1405,6 +1415,14 @@
"base_image": {
"type": "string"
},
"labels": {
"patternProperties": {
".*": {
"type": "string"
}
},
"type": "object"
},
"repository": {
"type": "string"
},
@ -1420,6 +1438,12 @@
},
"type": "array"
},
"creation_time": {
"type": "string"
},
"ko_data_creation_time": {
"type": "string"
},
"sbom": {
"type": "string"
},
@ -2635,6 +2659,15 @@
},
"type": "array"
},
"shortcuts": {
"items": {
"items": {
"type": "string"
},
"type": "array"
},
"type": "array"
},
"goamd64": {
"type": "string"
}