1
0
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:
Carlos Alexandro Becker 2021-09-21 22:40:41 -03:00
parent de7b01eb17
commit 8d73d70e6e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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