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 f668c1d commit 955a910Copy full SHA for 955a910
version.json
@@ -1,7 +1,7 @@
1
{
2
"version": "7.0.0-build.{height}",
3
"publicReleaseRefSpec": [
4
- "^refs/heads/master$", // we release out of master
+ "^refs/heads/main$", // we release out of main
5
"^refs/heads/dev$", // we release out of dev
6
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
7
],
0 commit comments