forked from dotnet/Docker.DotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.json
29 lines (29 loc) · 801 Bytes
/
version.json
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
27
28
29
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "3.125.4",
"nugetPackageVersion": {
"semVer": 2
},
"pathFilters": [
// optional list of paths to consider when calculating version height.
],
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": false,
"includeCommitId": {
"when": "nonPublicReleaseOnly",
"where": "buildMetadata"
}
}
},
"release": {
"branchName": "v{version}",
"versionIncrement": "minor",
"firstUnstableTag": "alpha"
}
}