You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
423 B
17 lines
423 B
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "1.6.1",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/release/\\d+\\.\\d+",
|
|
"^refs/tags/v\\d+\\.\\d+"
|
|
],
|
|
"cloudBuild": {
|
|
"buildNumber": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"release": {
|
|
"branchName": "release/{version}",
|
|
"versionIncrement": "build"
|
|
}
|
|
} |