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 2023-06-12 12:05:17 +00:00
parent d4bbf44d65
commit 6cb97c1429

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

@ -2755,12 +2755,18 @@
"name": {
"type": "string"
},
"title": {
"type": "string"
},
"summary": {
"type": "string"
},
"description": {
"type": "string"
},
"icon": {
"type": "string"
},
"base": {
"type": "string"
},
@ -2779,6 +2785,12 @@
"confinement": {
"type": "string"
},
"assumes": {
"items": {
"type": "string"
},
"type": "array"
},
"layout": {
"patternProperties": {
".*": {
@ -2795,6 +2807,9 @@
},
"type": "object"
},
"hooks": {
"type": "object"
},
"plugs": {
"type": "object"
},