File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ echo 'Checking that ALL changes are committed.'
2424git status -s --ignore-submodules
2525test -z " $( git status -s --ignore-submodules) "
2626
27- echo ' Gathering current version, latest tag, and current HEAD commit info.'
2827version_version=" $( cat " $version_path " ) "
2928changes_version=" $( awk ' /^[0-9]/ {print $0; exit}' " $changes_path " ) "
3029config_opts=" $( printf ' -c versionsort.suffix=-%s' alpha beta pre rc RC) "
@@ -33,6 +32,7 @@ head_sha="$(git rev-parse HEAD)"
3332latest_tag_sha=" $( git rev-parse " $latest_tag " ) "
3433
3534# Display a table of all the current version, tag, and HEAD commit information.
35+ echo $' \n The VERSION must be the same in all locations, and so must the HEAD and tag SHA'
3636printf ' %-14s = %s\n' ' VERSION file' " $version_version " \
3737 ' changes.rst' " $changes_version " \
3838 ' Latest tag' " $latest_tag " \
You can’t perform that action at this time.
0 commit comments