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