1
0
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:
Carlos Alexandro Becker 2023-06-13 14:54:41 +00:00
parent 28a7e5309d
commit 4bda54d8ea
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -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"
},