We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae9b5b commit 47a3a8bCopy full SHA for 47a3a8b
version.json
@@ -3,7 +3,8 @@
3
"version": "1.5",
4
"publicReleaseRefSpec": [
5
"^refs/heads/main$",
6
- "^refs/heads/v\\d+(?:\\.\\d+)?$"
+ "^refs/heads/v\\d+(?:\\.\\d+)?$",
7
+ "^refs/tags/v\\d+(?:\\.\\d+)?"
8
],
9
"cloudBuild": {
10
"setVersionVariables": false
0 commit comments