generated from jmarolf/generator-start
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathversion.json
More file actions
26 lines (26 loc) · 729 Bytes
/
version.json
File metadata and controls
26 lines (26 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0-alpha",
"pathFilters": [
"src"
],
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/release/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": false,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
}
},
"release": {
"branchName": "release/v{version}",
"versionIncrement": "minor",
"firstUnstableTag": "alpha"
}
}