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 658ff59 + 76d99a4 commit 9960c94Copy full SHA for 9960c94
src/version.json
@@ -6,6 +6,6 @@
6
},
7
"publicReleaseRefSpec": [
8
"^refs/heads/master$", // we release out of master
9
- "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
+ "^refs/heads/v\\d+\\.\\d+$" // we also release vX.Y branches
10
]
11
}
0 commit comments