1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: update schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-04-14 02:51:26 +00:00
parent 11b32cf3b7
commit 272f18d877
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -201,7 +201,8 @@
"zip",
"gz",
"tar.xz",
"txz"
"txz",
"binary"
],
"default": "tar.gz"
},
@ -1093,7 +1094,8 @@
"zip",
"gz",
"tar.xz",
"txz"
"txz",
"binary"
],
"default": "tar.gz"
}