1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2023-11-07 01:07:54 +00:00
parent 4f17fba173
commit 17393af9fa
5 changed files with 30 additions and 9 deletions

View File

@ -1 +1 @@
v1.21.2
v1.22.0

View File

@ -1 +1 @@
v1.21.2-pro
v1.22.0-pro

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

@ -1,4 +1,7 @@
[
{
"tag_name": "v1.22.0-pro"
},
{
"tag_name": "v1.21.2-pro"
},
@ -89,6 +92,9 @@
{
"tag_name": "v1.11.4-pro"
},
{
"tag_name": "v1.11.3-pro"
},
{
"tag_name": "v1.11.2-pro"
},
@ -179,9 +185,6 @@
{
"tag_name": "v1.2.0-pro"
},
{
"tag_name": "v1.2.0-pro"
},
{
"tag_name": "v1.1.0-pro"
},

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

@ -1,4 +1,10 @@
[
{
"tag_name": "v1.22.0"
},
{
"tag_name": "nightly"
},
{
"tag_name": "v1.21.2"
},
@ -8,9 +14,6 @@
{
"tag_name": "v1.21.0"
},
{
"tag_name": "nightly"
},
{
"tag_name": "v1.20.0"
},

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

@ -697,6 +697,9 @@
},
"file_info": {
"$ref": "#/$defs/ContentFileInfo"
},
"expand": {
"type": "boolean"
}
},
"additionalProperties": false,
@ -819,7 +822,12 @@
"type": "array"
},
"use": {
"type": "string"
"type": "string",
"enum": [
"docker",
"buildx"
],
"default": "docker"
}
},
"additionalProperties": false,
@ -2112,6 +2120,13 @@
},
"Project": {
"properties": {
"version": {
"type": "integer",
"enum": [
1
],
"default": 1
},
"project_name": {
"type": "string"
},