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
c41d6de833
commit
8a6de5cc55
24
www/docs/static/schema-pro.json
generated
vendored
24
www/docs/static/schema-pro.json
generated
vendored
@ -193,7 +193,17 @@
|
||||
"type": "object"
|
||||
},
|
||||
"format": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"tar",
|
||||
"tgz",
|
||||
"tar.gz",
|
||||
"zip",
|
||||
"gz",
|
||||
"tar.xz",
|
||||
"txz"
|
||||
],
|
||||
"default": "tar.gz"
|
||||
},
|
||||
"format_overrides": {
|
||||
"items": {
|
||||
@ -1075,7 +1085,17 @@
|
||||
"type": "string"
|
||||
},
|
||||
"format": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"tar",
|
||||
"tgz",
|
||||
"tar.gz",
|
||||
"zip",
|
||||
"gz",
|
||||
"tar.xz",
|
||||
"txz"
|
||||
],
|
||||
"default": "tar.gz"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user