-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathversion.json
More file actions
21 lines (21 loc) · 507 Bytes
/
Copy pathversion.json
File metadata and controls
21 lines (21 loc) · 507 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": "1.4-alpha",
"assemblyVersion": {
"precision": "revision"
},
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/main$",
"^refs/heads/develop$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release/v{version}"
}
}