Skip to content

Commit ba84db4

Browse files
committed
Fix message wording that was opposite of intended
This also makes a correct but confusing comment clearer.
1 parent 729372f commit ba84db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readonly changes_path='doc/source/changes.rst'
1313
printf 'Checking current directory.\n'
1414
test "$(cd -- "$(dirname -- "$0")" && pwd)" = "$(pwd)" # Ugly, but portable.
1515

16-
printf 'Checking that %s and %s exist and have no committed changes.\n' \
16+
printf 'Checking that %s and %s exist and have no uncommitted changes.\n' \
1717
"$version_path" "$changes_path"
1818
test -f "$version_path"
1919
test -f "$changes_path"
@@ -40,7 +40,7 @@ printf '%-14s = %s\n' 'VERSION file' "$version_version" \
4040
'HEAD SHA' "$head_sha" \
4141
'Latest tag SHA' "$latest_tag_sha"
4242

43-
# Check that latest tag matches version and is the current HEAD we're releasing
43+
# Check that the latest tag and current version match the HEAD we're releasing.
4444
test "$version_version" = "$changes_version"
4545
test "$latest_tag" = "$version_version"
4646
test "$head_sha" = "$latest_tag_sha"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy