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
eb823dee14
commit
02b584fc6f
12
www/docs/static/schema.json
generated
vendored
12
www/docs/static/schema.json
generated
vendored
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user