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 c5e0e67 commit 4a8445cCopy full SHA for 4a8445c
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": "12.0.0-rc2",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "12.0.0-rc3",
4
"assemblyVersion": {
5
"precision": "build"
6
},
@@ -18,6 +18,7 @@
18
}
19
20
"release": {
21
+ "tagName": "release-{version}",
22
"branchName": "release/{version}"
23
-}
24
+}
0 commit comments