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-04-08 01:55:43 +00:00
parent 0eb3e7975c
commit 458bbb4a60

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

@ -2845,7 +2845,14 @@
"type": "string"
},
"format": {
"type": "string"
"type": "string",
"enum": [
"tar",
"tgz",
"tar.gz",
"zip"
],
"default": "tar.gz"
},
"enabled": {
"type": "boolean"