1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-23 12:18:50 +02:00

docs: update schema pro

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-06-04 22:41:14 -03:00
parent d824262135
commit 50e6c4217e
No known key found for this signature in database

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

@ -1,6 +1,6 @@
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/project", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/project",
"$ref": "#/$defs/Project", "$ref": "#/$defs/Project",
"$defs": { "$defs": {
"AUR": { "AUR": {
@ -243,20 +243,6 @@
"$ref": "#/$defs/TemplatedFile" "$ref": "#/$defs/TemplatedFile"
}, },
"type": "array" "type": "array"
},
"rlcp": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "you can now remove this"
},
"strip_parent_binary_folder": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -346,17 +332,6 @@
"include_meta": { "include_meta": {
"type": "boolean" "type": "boolean"
}, },
"disableSSL": {
"type": "boolean",
"description": "use disable_ssl instead"
},
"kmskey": {
"type": "string",
"description": "use kms_key instead"
},
"folder": {
"type": "string"
},
"templated_extra_files": { "templated_extra_files": {
"items": { "items": {
"$ref": "#/$defs/TemplatedExtraFile" "$ref": "#/$defs/TemplatedExtraFile"
@ -631,17 +606,6 @@
"type": "string" "type": "string"
}, },
"type": "array" "type": "array"
},
"skip": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "use disable instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -1157,7 +1121,7 @@
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/file-alias", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/file-alias",
"$defs": { "$defs": {
"FileInfo": { "FileInfo": {
"properties": { "properties": {
@ -1199,7 +1163,7 @@
}, },
"FileInfo": { "FileInfo": {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/file-info", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/file-info",
"$ref": "#/$defs/FileInfo", "$ref": "#/$defs/FileInfo",
"$defs": { "$defs": {
"FileInfo": { "FileInfo": {
@ -1299,17 +1263,6 @@
}, },
"disable": { "disable": {
"type": "string" "type": "string"
},
"skip": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "use disable instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -1549,17 +1502,6 @@
}, },
"app": { "app": {
"type": "string" "type": "string"
},
"tap": {
"$ref": "#/$defs/RepoRef",
"description": "use repository instead"
},
"plist": {
"type": "string",
"description": "use service instead"
},
"folder": {
"type": "string"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -1572,7 +1514,7 @@
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/homebrew-dependency", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/homebrew-dependency",
"properties": { "properties": {
"name": { "name": {
"type": "string" "type": "string"
@ -1604,14 +1546,14 @@
{ {
"items": { "items": {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/hook", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/hook",
"oneOf": [ "oneOf": [
{ {
"type": "string" "type": "string"
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/hook-alias", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/hook-alias",
"properties": { "properties": {
"dir": { "dir": {
"type": "string" "type": "string"
@ -1715,7 +1657,7 @@
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/include", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/include",
"$defs": { "$defs": {
"IncludeFromFile": { "IncludeFromFile": {
"properties": { "properties": {
@ -1896,10 +1838,6 @@
"type": "boolean" "type": "boolean"
} }
] ]
},
"index": {
"$ref": "#/$defs/RepoRef",
"description": "use repository instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -2706,7 +2644,7 @@
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/nix-dependency-alias", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/nix-dependency-alias",
"properties": { "properties": {
"name": { "name": {
"type": "string" "type": "string"
@ -3056,14 +2994,6 @@
"$ref": "#/$defs/DockerHub" "$ref": "#/$defs/DockerHub"
}, },
"type": "array" "type": "array"
},
"scoop": {
"$ref": "#/$defs/Scoop",
"description": "use scoops instead"
},
"build": {
"$ref": "#/$defs/Build",
"description": "use builds instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -3161,7 +3091,7 @@
}, },
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/goreleaser/goreleaser/pkg/config/pull-request-base", "$id": "https://github.com/goreleaser/goreleaser/v2/pkg/config/pull-request-base",
"properties": { "properties": {
"owner": { "owner": {
"type": "string" "type": "string"
@ -3525,13 +3455,6 @@
"msi" "msi"
], ],
"default": "archive" "default": "archive"
},
"bucket": {
"$ref": "#/$defs/RepoRef",
"description": "use repository instead"
},
"folder": {
"type": "string"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -3954,17 +3877,6 @@
"$ref": "#/$defs/TemplatedFile" "$ref": "#/$defs/TemplatedFile"
}, },
"type": "array" "type": "array"
},
"rlcp": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "you can now remove this"
} }
}, },
"additionalProperties": false, "additionalProperties": false,