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