mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: docs auto-update
This commit is contained in:
parent
6c21b01586
commit
9d91b5576a
21
www/docs/static/schema.json
generated
vendored
21
www/docs/static/schema.json
generated
vendored
@ -150,6 +150,9 @@
|
||||
},
|
||||
"webhook": {
|
||||
"$ref": "#/$defs/Webhook"
|
||||
},
|
||||
"opencolletive": {
|
||||
"$ref": "#/$defs/OpenCollective"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
@ -1892,6 +1895,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"
|
||||
},
|
||||
"Project": {
|
||||
"properties": {
|
||||
"project_name": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user