mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix typo
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
de7b01eb17
commit
8d73d70e6e
@ -23,7 +23,7 @@ Then, you can add something like the following to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
twitter:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
@ -46,7 +46,7 @@ After this, you can add following section to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
teams:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
@ -82,7 +82,7 @@ After this, you can add following section to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
discord:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
@ -116,7 +116,7 @@ Then, you can add something like the following to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
slack:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
@ -153,7 +153,7 @@ Then, you can add something like the following to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
reddit:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
@ -184,7 +184,7 @@ Then, you can add something like the following to your `.goreleaser.yml` config:
|
||||
# .goreleaser.yml
|
||||
announce:
|
||||
smtp:
|
||||
# Wether its enabled or not.
|
||||
# Whether its enabled or not.
|
||||
# Defaults to false.
|
||||
enabled: true
|
||||
|
||||
|
@ -45,7 +45,7 @@ snapcrafts:
|
||||
# Default is project name.
|
||||
name: drumroll
|
||||
|
||||
# Wether to publish the snap to the snapcraft store.
|
||||
# Whether to publish the snap to the snapcraft store.
|
||||
# Remember you need to `snapcraft login` first.
|
||||
# Defaults to false.
|
||||
publish: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user