-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy pathversion.json
More file actions
21 lines (21 loc) · 694 Bytes
/
version.json
File metadata and controls
21 lines (21 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "6.0.0-rc.2",
"publicReleaseRefSpec": [
"^refs/heads/main$", // main releases ship from main
"^refs/heads/release/v\\d+\\.\\d+$", // servicing releases ship from vX.Y branches
"^refs/heads/release/\\d+\\.\\d+\\.\\d+$", // servicing releases ship from X.Y.Z branches
"^refs/tags/v\\d+\\.\\d+\\.\\d+" // we also release tags starting with vN.N.N
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"nugetPackageVersion": {
"semVer": 2
},
"release": {
"branchName": "release/{version}"
}
}