Count from the latest stable release

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-12 11:02:48 +02:00 committed by jspijker
parent ba1e4eb39f
commit fbf49221b5

View File

@ -98,7 +98,7 @@ jobs:
version = tools.Version(tag)
except ConanException:
continue
if version > latest_branch_version:
if version > latest_branch_version and version.prerelease is "":
latest_branch_version = version
latest_branch_tag = repo.tag(tag)