mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-18 03:56:52 +02:00
docs: sync
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
28a7e5309d
commit
4bda54d8ea
15
www/docs/static/schema-pro.json
generated
vendored
15
www/docs/static/schema-pro.json
generated
vendored
@ -3023,12 +3023,18 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
"type": "string"
|
||||
},
|
||||
"base": {
|
||||
"type": "string"
|
||||
},
|
||||
@ -3047,6 +3053,12 @@
|
||||
"confinement": {
|
||||
"type": "string"
|
||||
},
|
||||
"assumes": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"layout": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
@ -3063,6 +3075,9 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"hooks": {
|
||||
"type": "object"
|
||||
},
|
||||
"plugs": {
|
||||
"type": "object"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user