1
0
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:
Carlos Alexandro Becker 2021-09-07 16:16:50 -03:00
parent 8afb5eafe5
commit 717051d70f
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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