Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9c9c75 + 2fa4860 commit 73159dcCopy full SHA for 73159dc
version.json
@@ -2,8 +2,8 @@
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
"version": "0.26.0-preview.{height}",
4
"publicReleaseRefSpec": [
5
- "^refs/heads/master$", // we release out of master
6
- "^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches
+ "^refs/heads/master$", // we release out of master
+ "^refs/heads/maint/v\\d+(?:\\.\\d+)?$" // and maint/vNN branches
7
],
8
"cloudBuild": {
9
"buildNumber": {
0 commit comments