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 95ccbc5 commit a0dc437Copy full SHA for a0dc437
version.json
@@ -2,6 +2,8 @@
2
"version": "11.4",
3
"publicReleaseRefSpec": [
4
"^refs/heads/master$", // we release out of master
5
+ "^refs/heads/main$",
6
+ "^refs/heads/latest$",
7
"^refs/heads/preview/.*", // we release previews
8
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
9
],
0 commit comments