Skip to content

Commit d4823d1

Browse files
authored
Work CD-CI
***NO_CI***
1 parent 62c00c2 commit d4823d1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/version.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.0.3-preview.{height}",
4+
"release": {
5+
"branchName" : "release-v{version}",
6+
"versionIncrement" : "minor",
7+
"firstUnstableTag" : "preview"
8+
},
49
"assemblyVersion": {
510
"precision": "revision"
611
},
@@ -16,4 +21,4 @@
1621
"setVersionVariables": true,
1722
"setAllVariables": true
1823
}
19-
}
24+
}

0 commit comments

Comments
 (0)