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 4510b6b commit c086265Copy full SHA for c086265
version.json
@@ -1,6 +1,6 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "11.1.0-alpha",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "12.0.0-rc1",
4
"assemblyVersion": {
5
"precision": "build"
6
},
@@ -18,6 +18,7 @@
18
}
19
20
"release": {
21
- "branchName": "release/{version}"
+ "branchName": "release/{version}",
22
+ "tagName": "release-{version}"
23
-}
24
+}
0 commit comments