File tree 1 file changed +1
-1
lines changed
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.'
24
24
git status -s --ignore-submodules
25
25
test -z " $( git status -s --ignore-submodules) "
26
26
27
- echo ' Gathering current version, latest tag, and current HEAD commit info.'
28
27
version_version=" $( cat " $version_path " ) "
29
28
changes_version=" $( awk ' /^[0-9]/ {print $0; exit}' " $changes_path " ) "
30
29
config_opts=" $( printf ' -c versionsort.suffix=-%s' alpha beta pre rc RC) "
@@ -33,6 +32,7 @@ head_sha="$(git rev-parse HEAD)"
33
32
latest_tag_sha=" $( git rev-parse " $latest_tag " ) "
34
33
35
34
# 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'
36
36
printf ' %-14s = %s\n' ' VERSION file' " $version_version " \
37
37
' changes.rst' " $changes_version " \
38
38
' Latest tag' " $latest_tag " \
You can’t perform that action at this time.
0 commit comments