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

chore: auto-update generated files

This commit is contained in:
actions-user 2024-08-15 02:43:54 +00:00
parent 111121bbd9
commit e50b72b4a8
7 changed files with 25 additions and 8 deletions

12
flake.lock generated
View File

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1720891037, "lastModified": 1721913546,
"narHash": "sha256-EvRkCYrk/IGkxZbs6/tr3+gHEwlai1gW9j8GjMa4CXo=", "narHash": "sha256-32afay4Evxnshtt6kQ1McWGoLt4wQxmkaoPP6E8amUs=",
"owner": "caarlos0", "owner": "caarlos0",
"repo": "nur", "repo": "nur",
"rev": "79a46c40e36b77119f217b8a7ca41892d38bf648", "rev": "e15298eadecec10fc676921863c42a19bf03fb82",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -54,11 +54,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1720957393, "lastModified": 1723362943,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=", "narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb", "rev": "a58bc8ad779655e790115244571758e8de055e3d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -57,6 +57,7 @@ var validLicenses = []string{
"cc-by-nc-30", "cc-by-nc-30",
"cc-by-nc-40", "cc-by-nc-40",
"cc-by-nd-30", "cc-by-nd-30",
"cc-by-nd-40",
"cc-by-sa-10", "cc-by-sa-10",
"cc-by-sa-20", "cc-by-sa-20",
"cc-by-sa-25", "cc-by-sa-25",
@ -201,6 +202,7 @@ var validLicenses = []string{
"qhull", "qhull",
"qpl", "qpl",
"qwt", "qwt",
"radiance",
"ruby", "ruby",
"sendmail", "sendmail",
"sgi-b-20", "sgi-b-20",

View File

@ -1 +1 @@
v2.1.0 v2.2.0

View File

@ -1 +1 @@
v2.1.0-pro v2.2.0-pro

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

@ -1,4 +1,7 @@
[ [
{
"tag_name": "v2.2.0-pro"
},
{ {
"tag_name": "v2.1.0-pro" "tag_name": "v2.1.0-pro"
}, },

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

@ -1,4 +1,7 @@
[ [
{
"tag_name": "v2.2.0"
},
{ {
"tag_name": "v2.1.0" "tag_name": "v2.1.0"
}, },

9
www/docs/static/schema.json generated vendored
View File

@ -2526,6 +2526,12 @@
}, },
"type": "array" "type": "array"
}, },
"binary_signs": {
"items": {
"$ref": "#/$defs/Sign"
},
"type": "array"
},
"env_files": { "env_files": {
"$ref": "#/$defs/EnvFiles" "$ref": "#/$defs/EnvFiles"
}, },
@ -3410,6 +3416,9 @@
"properties": { "properties": {
"name_template": { "name_template": {
"type": "string" "type": "string"
},
"version_template": {
"type": "string"
} }
}, },
"additionalProperties": false, "additionalProperties": false,