1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +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"
},
"locked": {
"lastModified": 1720891037,
"narHash": "sha256-EvRkCYrk/IGkxZbs6/tr3+gHEwlai1gW9j8GjMa4CXo=",
"lastModified": 1721913546,
"narHash": "sha256-32afay4Evxnshtt6kQ1McWGoLt4wQxmkaoPP6E8amUs=",
"owner": "caarlos0",
"repo": "nur",
"rev": "79a46c40e36b77119f217b8a7ca41892d38bf648",
"rev": "e15298eadecec10fc676921863c42a19bf03fb82",
"type": "github"
},
"original": {
@ -54,11 +54,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"lastModified": 1723362943,
"narHash": "sha256-dFZRVSgmJkyM0bkPpaYRtG/kRMRTorUIDj8BxoOt1T4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"rev": "a58bc8ad779655e790115244571758e8de055e3d",
"type": "github"
},
"original": {

View File

@ -57,6 +57,7 @@ var validLicenses = []string{
"cc-by-nc-30",
"cc-by-nc-40",
"cc-by-nd-30",
"cc-by-nd-40",
"cc-by-sa-10",
"cc-by-sa-20",
"cc-by-sa-25",
@ -201,6 +202,7 @@ var validLicenses = []string{
"qhull",
"qpl",
"qwt",
"radiance",
"ruby",
"sendmail",
"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"
},

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

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

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

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