1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-23 21:19:17 +02:00

chore: update pro schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-11-15 08:59:22 -03:00
parent 1a9209eb1f
commit c4941ebf51
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

117
www/docs/static/schema-pro.json generated vendored

@ -30,7 +30,14 @@
"type": "string" "type": "string"
}, },
"skip_upload": { "skip_upload": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"url_template": { "url_template": {
"type": "string" "type": "string"
@ -111,7 +118,14 @@
"Announce": { "Announce": {
"properties": { "properties": {
"skip": { "skip": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"twitter": { "twitter": {
"$ref": "#/$defs/Twitter" "$ref": "#/$defs/Twitter"
@ -336,7 +350,14 @@
"type": "string" "type": "string"
}, },
"skip": { "skip": {
"type": "boolean" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"gobinary": { "gobinary": {
"type": "string" "type": "string"
@ -396,7 +417,14 @@
"type": "string" "type": "string"
}, },
"goarm": { "goarm": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}, },
"gomips": { "gomips": {
"type": "string" "type": "string"
@ -719,7 +747,14 @@
"type": "string" "type": "string"
}, },
"goarm": { "goarm": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}, },
"goamd64": { "goamd64": {
"type": "string" "type": "string"
@ -734,7 +769,14 @@
"type": "array" "type": "array"
}, },
"skip_push": { "skip_push": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"extra_files": { "extra_files": {
"items": { "items": {
@ -770,7 +812,14 @@
"type": "string" "type": "string"
}, },
"skip_push": { "skip_push": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"image_templates": { "image_templates": {
"items": { "items": {
@ -1091,7 +1140,14 @@
"type": "string" "type": "string"
}, },
"skip_upload": { "skip_upload": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"download_strategy": { "download_strategy": {
"type": "string" "type": "string"
@ -1112,7 +1168,14 @@
"type": "array" "type": "array"
}, },
"goarm": { "goarm": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}, },
"goamd64": { "goamd64": {
"type": "string" "type": "string"
@ -1193,7 +1256,14 @@
"type": "string" "type": "string"
}, },
"goarm": { "goarm": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}, },
"gomips": { "gomips": {
"type": "string" "type": "string"
@ -1279,13 +1349,27 @@
"type": "string" "type": "string"
}, },
"goarm": { "goarm": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}, },
"goamd64": { "goamd64": {
"type": "string" "type": "string"
}, },
"skip_upload": { "skip_upload": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -2317,7 +2401,14 @@
"type": "array" "type": "array"
}, },
"skip_upload": { "skip_upload": {
"type": "string" "oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
}, },
"pre_install": { "pre_install": {
"items": { "items": {