1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00

docs: pro schema

This commit is contained in:
Carlos A Becker 2021-11-23 15:28:31 -03:00
parent 139344f833
commit 611313571e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -329,7 +329,7 @@
}, },
"BuildHookConfig": { "BuildHookConfig": {
"properties": { "properties": {
"Pre": { "pre": {
"items": { "items": {
"oneOf": [ "oneOf": [
{ {
@ -344,7 +344,7 @@
] ]
} }
}, },
"Post": { "post": {
"items": { "items": {
"oneOf": [ "oneOf": [
{ {
@ -1522,7 +1522,7 @@
}, },
"PreBuiltOptions": { "PreBuiltOptions": {
"properties": { "properties": {
"Path": { "path": {
"type": "string" "type": "string"
} }
}, },
@ -2119,7 +2119,7 @@
}, },
"type": "object" "type": "object"
}, },
"Plugs": { "plugs": {
"patternProperties": { "patternProperties": {
".*": { ".*": {
"additionalProperties": true "additionalProperties": true