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

docs: schema update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-08-08 09:23:51 -03:00
parent 102ac7e230
commit 2038281c82
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

15
www/docs/static/schema-pro.json generated vendored
View File

@ -1314,6 +1314,12 @@
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},
@ -1570,6 +1576,12 @@
},
"type": "array"
},
"provides": {
"items": {
"type": "string"
},
"type": "array"
},
"contents": {
"$ref": "#/$defs/Contents"
},
@ -1945,6 +1957,9 @@
"disable": {
"type": "boolean"
},
"skip_upload": {
"type": "boolean"
},
"prerelease": {
"type": "string"
},