Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-12 12:16:06 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-12 12:16:22 +0300
commit15c67719ede634b84128d962697669182ed08a12 (patch)
treeefce68e6113e226f90a5afb10e24cedcf180a194 /.github
parent52636dc81d00ee044bdc26c156c029be64e8c80e (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/conan-recipe-version.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index 1ae32f2d34..24be3f8a19 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.github/workflows/conan-recipe-version.yml
@@ -100,7 +100,6 @@ jobs:
continue
if version > latest_branch_version:
latest_branch_version = version
- if version.prerelease is "":
latest_branch_tag = repo.tag(tag)
# %% Get the actual version