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": {
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user