-
Type: Bug
-
Status: Acknowledged
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Studio Modeler, Versioning & Branch management
-
Tags:
From the Studio Help:
Release versions must have this format: M.m.p[-qualifier] where: [...] q is the qualifier string. It qualifies the release, eg: beta, rc1. Must contain only letters, numbers, '_', '-' or '.'
Expected Result: I should be able to create a release with version "0.1.0-20220216.1"
Actual Result: Error dialog with message: "Invalid Next Version Format 0.1.0-20220216.1"
Note: format "0.1.0-20220216-1" also throws the same error
Workaround: use format "0.1.0-20220216_1"