mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: schema update
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
c9f2638d13
commit
5c6c61ae8b
42
www/docs/static/schema-pro.json
generated
vendored
42
www/docs/static/schema-pro.json
generated
vendored
@ -226,7 +226,14 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"rlcp": {
|
||||
"type": "boolean"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"items": {
|
||||
@ -1711,14 +1718,6 @@
|
||||
"version_metadata": {
|
||||
"type": "string"
|
||||
},
|
||||
"replacements": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dependencies": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
@ -2009,14 +2008,6 @@
|
||||
"version_metadata": {
|
||||
"type": "string"
|
||||
},
|
||||
"replacements": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dependencies": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
@ -3017,14 +3008,6 @@
|
||||
"name_template": {
|
||||
"type": "string"
|
||||
},
|
||||
"replacements": {
|
||||
"patternProperties": {
|
||||
".*": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"publish": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -3295,7 +3278,14 @@
|
||||
"type": "array"
|
||||
},
|
||||
"rlcp": {
|
||||
"type": "boolean"
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "boolean"
|
||||
}
|
||||
]
|
||||
},
|
||||
"templated_files": {
|
||||
"items": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user