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 62c00c2 commit d4823d1Copy full SHA for d4823d1
source/version.json
@@ -1,6 +1,11 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
"version": "1.0.3-preview.{height}",
4
+ "release": {
5
+ "branchName" : "release-v{version}",
6
+ "versionIncrement" : "minor",
7
+ "firstUnstableTag" : "preview"
8
+ },
9
"assemblyVersion": {
10
"precision": "revision"
11
},
@@ -16,4 +21,4 @@
16
21
"setVersionVariables": true,
17
22
"setAllVariables": true
18
23
}
19
-}
24
+}
0 commit comments