1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

chore: docs auto-update

This commit is contained in:
actions-user 2022-11-17 23:42:16 +00:00
parent e65c53172e
commit fe24ee6741

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

@ -121,6 +121,9 @@
"twitter": {
"$ref": "#/$defs/Twitter"
},
"mastodon": {
"$ref": "#/$defs/Mastodon"
},
"reddit": {
"$ref": "#/$defs/Reddit"
},
@ -1292,6 +1295,18 @@
"additionalProperties": false,
"type": "object"
},
"Mastodon": {
"properties": {
"enabled": {
"type": "boolean"
},
"message_template": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Mattermost": {
"properties": {
"enabled": {