Skip to content

Commit a8a6fac

Browse files
authored
Update version.json to release from branches and tags
release from the specified branches and tags, with flexibility for multiple versions within each phase. Signed-off-by: Richard Murillo <[email protected]>
1 parent 7d5bb50 commit a8a6fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"^refs/heads/main$",
66
"^refs/heads/v\\d+(?:\\.\\d+)?$",
77
"^refs/heads/release/v\\d+\\.\\d+\\.\\d+$",
8-
"^refs/tags/v\\d+\\.\\d+\\.\\d+$"
8+
"^refs/tags/v\\d+\\.\\d+\\.\\d+(-(alpha|beta|rc)(\\.\\d+)?)?$"
99
],
1010
"cloudBuild": {
1111
"buildNumber": {

0 commit comments

Comments
 (0)