mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-21 21:07:19 +02:00
chore: update pro schema
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
1a9209eb1f
commit
c4941ebf51
91
www/docs/static/schema-pro.json
generated
vendored
91
www/docs/static/schema-pro.json
generated
vendored
@ -30,8 +30,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"skip_upload": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"url_template": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -111,8 +118,15 @@
|
||||
"Announce": {
|
||||
"properties": {
|
||||
"skip": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"twitter": {
|
||||
"$ref": "#/$defs/Twitter"
|
||||
},
|
||||
@ -336,7 +350,14 @@
|
||||
"type": "string"
|
||||
},
|
||||
"skip": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gobinary": {
|
||||
"type": "string"
|
||||
@ -396,8 +417,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gomips": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -719,8 +747,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -734,8 +769,15 @@
|
||||
"type": "array"
|
||||
},
|
||||
"skip_push": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"extra_files": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
@ -770,8 +812,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"skip_push": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"image_templates": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
@ -1091,8 +1140,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"skip_upload": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"download_strategy": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1112,8 +1168,15 @@
|
||||
"type": "array"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1193,8 +1256,15 @@
|
||||
"type": "string"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"gomips": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -1279,13 +1349,27 @@
|
||||
"type": "string"
|
||||
},
|
||||
"goarm": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
},
|
||||
"skip_upload": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2317,8 +2401,15 @@
|
||||
"type": "array"
|
||||
},
|
||||
"skip_upload": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pre_install": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user