File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function getShaFromRef(ref) {
152
152
* by committerdate.
153
153
*
154
154
* example:
155
- * upstream/master
155
+ * upstream/main
156
156
* upstream/9.0.x
157
157
* upstream/test
158
158
* upstream/1.1.x
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ import {GithubConfig} from '@angular/dev-infra-private/ng-dev/utils/config';
7
7
export const github : GithubConfig = {
8
8
owner : 'angular' ,
9
9
name : 'components' ,
10
- mainBranchName : 'master ' ,
10
+ mainBranchName : 'main ' ,
11
11
} ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ publishPackage() {
39
39
40
40
buildDir=" $( pwd) /dist/releases/${packageName} "
41
41
buildVersion=$( node -pe " require('./package.json').version" )
42
- branchName=${CIRCLE_BRANCH:- ' master ' }
42
+ branchName=${CIRCLE_BRANCH:- ' main ' }
43
43
44
44
commitSha=$( git rev-parse --short HEAD)
45
45
commitAuthorName=$( git --no-pager show -s --format=' %an' HEAD)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ docsContentRepoUrl="https://github.com/angular/material2-docs-content"
34
34
buildVersion=$( node -pe " require('./package.json').version" )
35
35
36
36
# Name of the branch that is currently being deployed.
37
- branchName=${CIRCLE_BRANCH:- ' master ' }
37
+ branchName=${CIRCLE_BRANCH:- ' main ' }
38
38
39
39
# Additional information about the last commit for docs-content commits.
40
40
commitSha=$( git rev-parse --short HEAD)
You can’t perform that action at this time.
0 commit comments