1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00

chore: auto-update generated files

This commit is contained in:
actions-user
2024-06-05 00:46:45 +00:00
parent f35dcda343
commit c891845839
7 changed files with 20 additions and 90 deletions

6
flake.lock generated
View File

@ -54,11 +54,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1716330097, "lastModified": 1717196966,
"narHash": "sha256-8BO3B7e3BiyIDsaKA0tY8O88rClYRTjvAp66y+VBUeU=", "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5710852ba686cc1fd0d3b8e22b3117d43ba374c2", "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -168,6 +168,7 @@ var validLicenses = []string{
"mspl", "mspl",
"mulan-psl2", "mulan-psl2",
"nasa13", "nasa13",
"ncbiPd",
"ncsa", "ncsa",
"ncul1", "ncul1",
"nistSoftware", "nistSoftware",

View File

@ -1 +1 @@
v1.26.2 v2.0.0

View File

@ -1 +1 @@
v1.26.2-pro v2.0.0-pro

3
www/docs/static/releases-pro.json generated vendored
View File

@ -1,4 +1,7 @@
[ [
{
"tag_name": "v2.0.0-pro"
},
{ {
"tag_name": "v1.26.2-pro" "tag_name": "v1.26.2-pro"
}, },

3
www/docs/static/releases.json generated vendored
View File

@ -1,4 +1,7 @@
[ [
{
"tag_name": "v2.0.0"
},
{ {
"tag_name": "v1.26.2" "tag_name": "v1.26.2"
}, },

93
www/docs/static/schema.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": {
@ -225,20 +225,6 @@
}, },
"allow_different_binary_count": { "allow_different_binary_count": {
"type": "boolean" "type": "boolean"
},
"rlcp": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "you can now remove this"
},
"strip_parent_binary_folder": {
"type": "boolean"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -318,17 +304,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"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -586,17 +561,6 @@
}, },
"abbrev": { "abbrev": {
"type": "integer" "type": "integer"
},
"skip": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "use disable instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -994,7 +958,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": {
@ -1036,7 +1000,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": {
@ -1332,17 +1296,6 @@
}, },
"service": { "service": {
"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,
@ -1355,7 +1308,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"
@ -1387,14 +1340,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"
@ -1584,10 +1537,6 @@
"type": "boolean" "type": "boolean"
} }
] ]
},
"index": {
"$ref": "#/$defs/RepoRef",
"description": "use repository instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -2303,7 +2252,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"
@ -2579,14 +2528,6 @@
}, },
"gitea_urls": { "gitea_urls": {
"$ref": "#/$defs/GiteaURLs" "$ref": "#/$defs/GiteaURLs"
},
"scoop": {
"$ref": "#/$defs/Scoop",
"description": "use scoops instead"
},
"build": {
"$ref": "#/$defs/Build",
"description": "use builds instead"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -2675,7 +2616,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"
@ -3013,13 +2954,6 @@
}, },
"goamd64": { "goamd64": {
"type": "string" "type": "string"
},
"bucket": {
"$ref": "#/$defs/RepoRef",
"description": "use repository instead"
},
"folder": {
"type": "string"
} }
}, },
"additionalProperties": false, "additionalProperties": false,
@ -3428,17 +3362,6 @@
"$ref": "#/$defs/File" "$ref": "#/$defs/File"
}, },
"type": "array" "type": "array"
},
"rlcp": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
],
"description": "you can now remove this"
} }
}, },
"additionalProperties": false, "additionalProperties": false,