mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: fix wording
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
8afb5eafe5
commit
717051d70f
@ -47,7 +47,7 @@ blobs:
|
||||
|
||||
# You can add extra pre-existing files to the release.
|
||||
# The filename on the release will be the last part of the path (base). If
|
||||
# another file with the same name exists, the latest one found will be used.
|
||||
# another file with the same name exists, the last one found will be used.
|
||||
# Defaults to empty.
|
||||
extra_files:
|
||||
- glob: ./path/to/file.txt
|
||||
|
@ -23,7 +23,7 @@ checksum:
|
||||
# If left empty, all published binaries, archives, linux packages and source archives
|
||||
# are included in the checksums file.
|
||||
# Default is an empty list.
|
||||
ids:
|
||||
ids:
|
||||
- foo
|
||||
- bar
|
||||
|
||||
@ -33,7 +33,7 @@ checksum:
|
||||
|
||||
# You can add extra pre-existing files to the checksums file.
|
||||
# The filename on the checksums file will be the last part of the path (base). If
|
||||
# another file with the same name exists, the latest one found will be used.
|
||||
# another file with the same name exists, the last one found will be used.
|
||||
# Defaults to empty.
|
||||
extra_files:
|
||||
- glob: ./path/to/file.txt
|
||||
|
@ -67,7 +67,7 @@ release:
|
||||
|
||||
# You can add extra pre-existing files to the release.
|
||||
# The filename on the release will be the last part of the path (base). If
|
||||
# another file with the same name exists, the latest one found will be used.
|
||||
# another file with the same name exists, the last one found will be used.
|
||||
# Defaults to empty.
|
||||
extra_files:
|
||||
- glob: ./path/to/file.txt
|
||||
@ -108,7 +108,7 @@ release:
|
||||
|
||||
# You can add extra pre-existing files to the release.
|
||||
# The filename on the release will be the last part of the path (base). If
|
||||
# another file with the same name exists, the latest one found will be used.
|
||||
# another file with the same name exists, the last one found will be used.
|
||||
# Defaults to empty.
|
||||
extra_files:
|
||||
- glob: ./path/to/file.txt
|
||||
@ -153,7 +153,7 @@ release:
|
||||
|
||||
# You can add extra pre-existing files to the release.
|
||||
# The filename on the release will be the last part of the path (base). If
|
||||
# another file with the same name exists, the latest one found will be used.
|
||||
# another file with the same name exists, the last one found will be used.
|
||||
# Defaults to empty.
|
||||
extra_files:
|
||||
- glob: ./path/to/file.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user