mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
chore: auto-update generated files
This commit is contained in:
parent
f35dcda343
commit
c891845839
6
flake.lock
generated
6
flake.lock
generated
@ -54,11 +54,11 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1716330097,
|
||||
"narHash": "sha256-8BO3B7e3BiyIDsaKA0tY8O88rClYRTjvAp66y+VBUeU=",
|
||||
"lastModified": 1717196966,
|
||||
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "5710852ba686cc1fd0d3b8e22b3117d43ba374c2",
|
||||
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -168,6 +168,7 @@ var validLicenses = []string{
|
||||
"mspl",
|
||||
"mulan-psl2",
|
||||
"nasa13",
|
||||
"ncbiPd",
|
||||
"ncsa",
|
||||
"ncul1",
|
||||
"nistSoftware",
|
||||
|
2
www/docs/static/latest
vendored
2
www/docs/static/latest
vendored
@ -1 +1 @@
|
||||
v1.26.2
|
||||
v2.0.0
|
||||
|
2
www/docs/static/latest-pro
vendored
2
www/docs/static/latest-pro
vendored
@ -1 +1 @@
|
||||
v1.26.2-pro
|
||||
v2.0.0-pro
|
||||
|
3
www/docs/static/releases-pro.json
generated
vendored
3
www/docs/static/releases-pro.json
generated
vendored
@ -1,4 +1,7 @@
|
||||
[
|
||||
{
|
||||
"tag_name": "v2.0.0-pro"
|
||||
},
|
||||
{
|
||||
"tag_name": "v1.26.2-pro"
|
||||
},
|
||||
|
3
www/docs/static/releases.json
generated
vendored
3
www/docs/static/releases.json
generated
vendored
@ -1,4 +1,7 @@
|
||||
[
|
||||
{
|
||||
"tag_name": "v2.0.0"
|
||||
},
|
||||
{
|
||||
"tag_name": "v1.26.2"
|
||||
},
|
||||
|
93
www/docs/static/schema.json
generated
vendored
93
www/docs/static/schema.json
generated
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$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",
|
||||
"$defs": {
|
||||
"AUR": {
|
||||
@ -225,20 +225,6 @@
|
||||
},
|
||||
"allow_different_binary_count": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"rlcp": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"description": "you can now remove this"
|
||||
},
|
||||
"strip_parent_binary_folder": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -318,17 +304,6 @@
|
||||
},
|
||||
"include_meta": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"disableSSL": {
|
||||
"type": "boolean",
|
||||
"description": "use disable_ssl instead"
|
||||
},
|
||||
"kmskey": {
|
||||
"type": "string",
|
||||
"description": "use kms_key instead"
|
||||
},
|
||||
"folder": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -586,17 +561,6 @@
|
||||
},
|
||||
"abbrev": {
|
||||
"type": "integer"
|
||||
},
|
||||
"skip": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"description": "use disable instead"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -994,7 +958,7 @@
|
||||
},
|
||||
{
|
||||
"$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": {
|
||||
"FileInfo": {
|
||||
"properties": {
|
||||
@ -1036,7 +1000,7 @@
|
||||
},
|
||||
"FileInfo": {
|
||||
"$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",
|
||||
"$defs": {
|
||||
"FileInfo": {
|
||||
@ -1332,17 +1296,6 @@
|
||||
},
|
||||
"service": {
|
||||
"type": "string"
|
||||
},
|
||||
"tap": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
},
|
||||
"plist": {
|
||||
"type": "string",
|
||||
"description": "use service instead"
|
||||
},
|
||||
"folder": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -1355,7 +1308,7 @@
|
||||
},
|
||||
{
|
||||
"$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": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
@ -1387,14 +1340,14 @@
|
||||
{
|
||||
"items": {
|
||||
"$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": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"$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": {
|
||||
"dir": {
|
||||
"type": "string"
|
||||
@ -1584,10 +1537,6 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"index": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2303,7 +2252,7 @@
|
||||
},
|
||||
{
|
||||
"$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": {
|
||||
"name": {
|
||||
"type": "string"
|
||||
@ -2579,14 +2528,6 @@
|
||||
},
|
||||
"gitea_urls": {
|
||||
"$ref": "#/$defs/GiteaURLs"
|
||||
},
|
||||
"scoop": {
|
||||
"$ref": "#/$defs/Scoop",
|
||||
"description": "use scoops instead"
|
||||
},
|
||||
"build": {
|
||||
"$ref": "#/$defs/Build",
|
||||
"description": "use builds instead"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -2675,7 +2616,7 @@
|
||||
},
|
||||
{
|
||||
"$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": {
|
||||
"owner": {
|
||||
"type": "string"
|
||||
@ -3013,13 +2954,6 @@
|
||||
},
|
||||
"goamd64": {
|
||||
"type": "string"
|
||||
},
|
||||
"bucket": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
},
|
||||
"folder": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -3428,17 +3362,6 @@
|
||||
"$ref": "#/$defs/File"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"rlcp": {
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"description": "you can now remove this"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user