From 717051d70f4e0a4ebdf1f1a609c2eef27062a02d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 7 Sep 2021 16:16:50 -0300 Subject: [PATCH] docs: fix wording Signed-off-by: Carlos Alexandro Becker --- www/docs/customization/blob.md | 2 +- www/docs/customization/checksum.md | 4 ++-- www/docs/customization/release.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/docs/customization/blob.md b/www/docs/customization/blob.md index 365500e9c85..7805aabcfad 100644 --- a/www/docs/customization/blob.md +++ b/www/docs/customization/blob.md @@ -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 diff --git a/www/docs/customization/checksum.md b/www/docs/customization/checksum.md index 59def905f7b..285ffcab82e 100644 --- a/www/docs/customization/checksum.md +++ b/www/docs/customization/checksum.md @@ -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 diff --git a/www/docs/customization/release.md b/www/docs/customization/release.md index 5f82db0c92f..3ee39822c98 100644 --- a/www/docs/customization/release.md +++ b/www/docs/customization/release.md @@ -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