Skip to content

Commit a0dc437

Browse files
authored
housekeeping: add extra branches to version.json (#2434)
* housekeeping: add extra branches to version.json * Fix regex
1 parent 95ccbc5 commit a0dc437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

version.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"version": "11.4",
33
"publicReleaseRefSpec": [
44
"^refs/heads/master$", // we release out of master
5+
"^refs/heads/main$",
6+
"^refs/heads/latest$",
57
"^refs/heads/preview/.*", // we release previews
68
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
79
],

0 commit comments

Comments
 (0)