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:
parent
102ac7e230
commit
2038281c82
15
www/docs/static/schema-pro.json
generated
vendored
15
www/docs/static/schema-pro.json
generated
vendored
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user