1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

docs: schema

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker
2021-12-21 14:23:04 -03:00
parent fec83a74aa
commit 1d13d6a776

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

@@ -357,7 +357,14 @@
"type": "boolean"
},
"use": {
"type": "string"
"enum": [
"git",
"github",
"github-native",
"gitlab"
],
"type": "string",
"default": "git"
},
"groups": {
"items": {