docs_version_pragma_check.sh: Fail when there is no matching release

This commit is contained in:
Kamil Śliwak 2020-12-12 04:45:17 +01:00
parent 6fc45b3e02
commit 304b2fe232

View File

@ -120,6 +120,7 @@ function findMinimalVersion()
if [ -z "$version" ] if [ -z "$version" ]
then then
printError "No release $sign$pragmaVersion was listed in available releases!" printError "No release $sign$pragmaVersion was listed in available releases!"
exit 1
fi fi
} }