Only create tags below 6.0.0

The firmware tags are messing with the versioning system as well

Contribute to CURA-10317
This commit is contained in:
jspijker 2023-02-27 14:21:53 +01:00
parent 396c7a23cd
commit 7ea0c41c9c

View file

@ -139,8 +139,8 @@ jobs:
version = Version(tag)
except ConanException:
continue
if version > latest_branch_version and version < Version("10.0.0"):
# FIXME: stupid old Cura tags 13.04 etc. keep popping up
if version > latest_branch_version and version < Version("6.0.0"):
# FIXME: stupid old Cura tags 13.04 etc. keep popping up, als the fdm_material tag for firmware are messing with this
latest_branch_version = version
latest_branch_tag = repo.tag(tag)