We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65919b commit 414acc0Copy full SHA for 414acc0
.gitversion/version.yml
@@ -4,7 +4,7 @@ assembly-informational-format: '{Major}.{Minor}.{CommitsSinceVersionSource}'
4
tag-prefix: '[vV]?'
5
version-in-branch-pattern: (?<version>[vV]?\d+.\d+(\.\d+){0,1})
6
update-build-number: true
7
-semantic-version-format: Loose
+semantic-version-format: Strict
8
strategies:
9
- VersionInBranchName
10
- Fallback
@@ -35,7 +35,7 @@ branches:
35
is-main-branch: true
36
develop:
37
mode: ContinuousDeployment
38
- label: preview
+ label: alpha
39
increment: Inherit
40
regex: ^develop\/([vV]?\d+.\d+(\.\d+){0,1})$
41
source-branches:
0 commit comments