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:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-07-13 12:28:09 +0300
committerGitHub <noreply@github.com>2022-07-13 12:28:09 +0300
commit596bfe8a37068c16b3b6e2eaa8ed65bb63a71d22 (patch)
treee561196d59bbb8d2f7ff89eb8f8b7860a5de1f58 /GitVersion.yml
parent56659ce8f89ccaac0f8f1d3cac2565e26db12690 (diff)
Fix version number matching
Diffstat (limited to 'GitVersion.yml')
-rw-r--r--GitVersion.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitVersion.yml b/GitVersion.yml
index f9fbb15c62..6f94c14540 100644
--- a/GitVersion.yml
+++ b/GitVersion.yml
@@ -26,7 +26,7 @@ branches:
is-mainline: false
pre-release-weight: 0
release:
- regex: ^[\d].[\d]$
+ regex: ^[\d]+\.[\d]+$
mode: ContinuousDelivery
tag: beta
increment: None