1
0
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:
Carlos Alexandro Becker 2023-06-07 02:51:44 +00:00
parent c9f2638d13
commit 5c6c61ae8b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -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": {