mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:29:05 +08:00
Count from latest tag
This can result in a strange versioning compared to the previous 5.1.0 beta, but it will only be cosmetic Contributes to CURA-9365
This commit is contained in:
parent
cf9482218f
commit
2263407856
1
.github/workflows/conan-recipe-version.yml
vendored
1
.github/workflows/conan-recipe-version.yml
vendored
@ -100,7 +100,6 @@ jobs:
|
|||||||
continue
|
continue
|
||||||
if version > latest_branch_version:
|
if version > latest_branch_version:
|
||||||
latest_branch_version = version
|
latest_branch_version = version
|
||||||
if version.prerelease is "":
|
|
||||||
latest_branch_tag = repo.tag(tag)
|
latest_branch_tag = repo.tag(tag)
|
||||||
|
|
||||||
# %% Get the actual version
|
# %% Get the actual version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user