Fix version check regular expressions in relase script
Compare changes
+ 2
− 2
@@ -158,7 +158,7 @@ def get_parsed_tag(gitpkg, tag):
@@ -190,7 +190,7 @@ def get_parsed_tag(gitpkg, tag):
One was not properly escaping the . and the other one was neither escaping the . nor handling more than one digit numbers.
This results in the release process crashing as soon as a package version number item hits 10 when using the automatic increment.