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-05-01 00:31:30 +00:00
parent eb823dee14
commit 02b584fc6f

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

@ -2032,6 +2032,12 @@
"scoop": {
"$ref": "#/$defs/Scoop"
},
"scoops": {
"items": {
"$ref": "#/$defs/Scoop"
},
"type": "array"
},
"builds": {
"items": {
"$ref": "#/$defs/Build"
@ -2454,6 +2460,12 @@
"name": {
"type": "string"
},
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"bucket": {
"$ref": "#/$defs/RepoRef"
},