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:
parent
e65c53172e
commit
fe24ee6741
15
www/docs/static/schema.json
generated
vendored
15
www/docs/static/schema.json
generated
vendored
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user