mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
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:
parent
396c7a23cd
commit
7ea0c41c9c
4
.github/workflows/conan-recipe-version.yml
vendored
4
.github/workflows/conan-recipe-version.yml
vendored
@ -139,8 +139,8 @@ jobs:
|
|||||||
version = Version(tag)
|
version = Version(tag)
|
||||||
except ConanException:
|
except ConanException:
|
||||||
continue
|
continue
|
||||||
if version > latest_branch_version and version < Version("10.0.0"):
|
if version > latest_branch_version and version < Version("6.0.0"):
|
||||||
# FIXME: stupid old Cura tags 13.04 etc. keep popping up
|
# 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_version = version
|
||||||
latest_branch_tag = repo.tag(tag)
|
latest_branch_tag = repo.tag(tag)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user