File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
extensions/env-info/src/endpoint Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "flow": "gflow",
33 "remote": "origin",
4- "develop": "master ",
5- "production": "master ",
4+ "develop": "main ",
5+ "production": "main ",
66 "ignores": [],
77 "syncAfterFinish": false,
88 "postFinish": "",
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export class EnvInfoService {
44 get ( isAdmin ?: boolean ) {
55 return {
66 version : constant < string > ( "pkg.version" , "unknown" ) ,
7- branch : constant < string > ( "branch" , "master " ) ,
7+ branch : constant < string > ( "branch" , "main " ) ,
88 env : isAdmin
99 ? {
1010 auth_providers : constant < string > ( "envs.AUTH_PROVIDERS" , "" ) ,
Original file line number Diff line number Diff line change 175175 ],
176176 "packageManager" : " yarn@4.9.2" ,
177177 "monorepo" : {
178- "productionBranch" : " master " ,
179- "developBranch" : " master " ,
178+ "productionBranch" : " main " ,
179+ "developBranch" : " main " ,
180180 "npmAccess" : " public" ,
181181 "skipNpmPublish" : true
182182 }
You can’t perform that action at this time.
0 commit comments