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 2022-08-07 15:15:39 +00:00
parent fa61448ded
commit 677539032a

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

@ -1213,6 +1213,12 @@
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},
@ -1469,6 +1475,12 @@
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},