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.
1 parent 881cd4e commit 0122ff7Copy full SHA for 0122ff7
src/version.json
@@ -2,7 +2,7 @@
2
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
"version": "0.9",
4
"publicReleaseRefSpec": [
5
- "^refs/tags/v\\d\\.\\d" // we release via tags starting with vN.N
+ "^refs/heads/master$", // we release out of master
6
],
7
"cloudBuild": {
8
"buildNumber": {
0 commit comments