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 b99d860 commit f385f44Copy full SHA for f385f44
version.json
@@ -1,17 +1,14 @@
1
{
2
- "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
- "version": "2.2.0-alpha",
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "3.0.0-alpha",
4
"publicReleaseRefSpec": [
5
- "^refs/heads/master$",
6
"^refs/heads/main$",
7
- "^refs/tags/release-",
8
"^refs/tags/v"
9
],
10
"cloudBuild": {
11
"buildNumber": {
12
"enabled": true
13
- },
14
- "setVersionVariables": true
+ }
15
},
16
"release": {
17
"branchName": "release/{version}"
0 commit comments