1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: typo in JSON property for OpenCollective announce (#5251)

The PR corrects grammar mistake in the property name for
`OpenCollective` in the JSON schema.
This commit is contained in:
Oleksandr Redko 2024-11-06 19:52:54 +02:00 committed by GitHub
parent 8dad0d8229
commit 699adf4fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1314,7 +1314,7 @@ type Announce struct {
LinkedIn LinkedIn `yaml:"linkedin,omitempty" json:"linkedin,omitempty"`
Telegram Telegram `yaml:"telegram,omitempty" json:"telegram,omitempty"`
Webhook Webhook `yaml:"webhook,omitempty" json:"webhook,omitempty"`
OpenCollective OpenCollective `yaml:"opencollective,omitempty" json:"opencolletive,omitempty"`
OpenCollective OpenCollective `yaml:"opencollective,omitempty" json:"opencollective,omitempty"`
Bluesky Bluesky `yaml:"bluesky,omitempty" json:"bluesky,omitempty"`
}

2
www/docs/static/schema-pro.json generated vendored
View File

@ -163,7 +163,7 @@
"webhook": {
"$ref": "#/$defs/Webhook"
},
"opencolletive": {
"opencollective": {
"$ref": "#/$defs/OpenCollective"
},
"bluesky": {

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

@ -154,7 +154,7 @@
"webhook": {
"$ref": "#/$defs/Webhook"
},
"opencolletive": {
"opencollective": {
"$ref": "#/$defs/OpenCollective"
},
"bluesky": {