1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: update schema

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2023-02-17 10:42:39 -03:00
parent 7f445e9f8d
commit 76796e679d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -159,6 +159,9 @@
},
"webhook": {
"$ref": "#/$defs/Webhook"
},
"opencolletive": {
"$ref": "#/$defs/OpenCollective"
}
},
"additionalProperties": false,
@ -2048,6 +2051,24 @@
"additionalProperties": false,
"type": "object"
},
"OpenCollective": {
"properties": {
"enabled": {
"type": "boolean"
},
"slug": {
"type": "string"
},
"title_template": {
"type": "string"
},
"message_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Partial": {
"properties": {
"by": {
@ -2242,7 +2263,8 @@
"type": "array"
},
"build": {
"$ref": "#/$defs/Build"
"$ref": "#/$defs/Build",
"description": "deprecated: use builds instead"
},
"github_urls": {
"$ref": "#/$defs/GitHubURLs"