1
0
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:
Carlos A Becker 2023-04-08 02:51:56 +00:00
parent c41d6de833
commit 8a6de5cc55
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

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