mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-11 13:38:41 +02:00
docs: fix typo
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
5af2c31c7a
commit
f33a36f01f
@ -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'
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user