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 4c77896 commit 07db29cCopy full SHA for 07db29c
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": "0.4-alpha",
+ "version": "0.4",
4
"publicReleaseRefSpec": [
5
"^refs/heads/main$",
6
"^refs/heads/master$",
@@ -12,7 +12,6 @@
12
}
13
},
14
"release": {
15
- "branchName": "release/v{version}",
16
- "firstUnstableTag": "alpha"
+ "branchName": "release/v{version}"
17
18
-}
+}
0 commit comments