Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Mar 30, 2023
1 parent 5af2c31 commit f33a36f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions www/docs/customization/archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ archives:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
files:
# a more complete example, check the globbing deep dive below
- src: 'LICENSE.md.tpl'
Expand All @@ -153,7 +153,7 @@ archives:

# Before and after hooks for each archive.
# Skipped if archive format is binary.
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
hooks:
before:
- make clean # simple string
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ blobs:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- src: LICENSE.tpl
dst: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/checksum.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ checksum:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- src: LICENSE.tpl
dst: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dockers:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- src: LICENSE.tpl
dst: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/nfpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ nfpms:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
files:
# a more complete example, check the globbing deep dive below
- src: 'LICENSE.md.tpl'
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/publishers.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ publishers:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- src: LICENSE.tpl
dst: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ release:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- src: LICENSE.tpl
dst: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/snapcraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ snapcrafts:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
templated_extra_files:
- source: LICENSE.tpl
destination: LICENSE.txt
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ source:
#
# Default: empty
# Since: v1.17 (pro)
# This feature is available in only GoReleaser Pro.
# This feature is only available in GoReleaser Pro.
files:
# a more complete example, check the globbing deep dive below
- src: 'LICENSE.md.tpl'
Expand Down

0 comments on commit f33a36f

Please sign in to comment.