1
0
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:
actions-user 2023-02-09 12:13:39 +00:00
parent 6c21b01586
commit 9d91b5576a

21
www/docs/static/schema.json generated vendored
View File

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