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:
parent
7f445e9f8d
commit
76796e679d
24
www/docs/static/schema-pro.json
generated
vendored
24
www/docs/static/schema-pro.json
generated
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user