File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ readonly changes_path='doc/source/changes.rst'
1313printf ' Checking current directory.\n'
1414test " $( 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 "
1818test -f " $version_path "
1919test -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.
4444test " $version_version " = " $changes_version "
4545test " $latest_tag " = " $version_version "
4646test " $head_sha " = " $latest_tag_sha "
You can’t perform that action at this time.
0 commit comments