12 lines
344 B
JSON
12 lines
344 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "4.2.1-beta0",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
|
|
],
|
|
"cloudBuild": {
|
|
"buildNumber": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
} |