Skip to content

Commit f385f44

Browse files
Set version to '3.0.0-alpha'
1 parent b99d860 commit f385f44

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

version.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.2.0-alpha",
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "3.0.0-alpha",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$",
65
"^refs/heads/main$",
7-
"^refs/tags/release-",
86
"^refs/tags/v"
97
],
108
"cloudBuild": {
119
"buildNumber": {
1210
"enabled": true
13-
},
14-
"setVersionVariables": true
11+
}
1512
},
1613
"release": {
1714
"branchName": "release/{version}"

0 commit comments

Comments
 (0)