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:
parent
4f17fba173
commit
17393af9fa
2
www/docs/static/latest
vendored
2
www/docs/static/latest
vendored
@ -1 +1 @@
|
||||
v1.21.2
|
||||
v1.22.0
|
||||
|
2
www/docs/static/latest-pro
vendored
2
www/docs/static/latest-pro
vendored
@ -1 +1 @@
|
||||
v1.21.2-pro
|
||||
v1.22.0-pro
|
||||
|
9
www/docs/static/releases-pro.json
generated
vendored
9
www/docs/static/releases-pro.json
generated
vendored
@ -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
9
www/docs/static/releases.json
generated
vendored
@ -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
17
www/docs/static/schema.json
generated
vendored
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user