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 a62a15b commit f8f18c0Copy full SHA for f8f18c0
version.json
@@ -1,5 +1,5 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "4.0.0-preview.{height}",
4
- "publicReleaseRefSpec": ["^refs/heads/master$", "^refs/tags/v\\d+\\.\\d+"]
+ "version": "4.0.0-rc.{height}",
+ "publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/release/"]
5
}
0 commit comments