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:
parent
139344f833
commit
611313571e
8
www/docs/static/schema-pro.json
generated
vendored
8
www/docs/static/schema-pro.json
generated
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user