Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693d041 commit 962f747Copy full SHA for 962f747
check-version.sh
@@ -22,8 +22,8 @@ test -z "$(git status -s -- "$version_path" "$changes_path")"
22
23
# This section can be commented out, if absolutely necessary.
24
printf 'Checking that ALL changes are committed.\n'
25
-git status -s
26
-test -z "$(git status -s)"
+git status -s --ignore-submodules
+test -z "$(git status -s --ignore-submodules)"
27
28
printf 'Gathering current version, latest tag, and current HEAD commit info.\n'
29
version_version="$(cat "$version_path")"
0 commit comments