File tree Expand file tree Collapse file tree 5 files changed +1186
-201
lines changed Expand file tree Collapse file tree 5 files changed +1186
-201
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - uses : angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12
+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@613f706bc2467da4064f51be09ba0f8f1c3cb57e
13
13
with :
14
14
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 9
9
lock_closed :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12
+ - uses : angular/dev-infra/github-actions/lock-closed@613f706bc2467da4064f51be09ba0f8f1c3cb57e
13
13
with :
14
14
lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -90,7 +90,8 @@ export const release: ReleaseConfig = {
90
90
} ,
91
91
} ,
92
92
publishRegistry : 'https://wombat-dressing-room.appspot.com' ,
93
- npmPackages : releasePackages . map ( pkg => `@angular/${ pkg } ` ) ,
93
+ representativeNpmPackage : '@angular/cdk' ,
94
+ npmPackages : releasePackages . map ( pkg => ( { name : `@angular/${ pkg } ` } ) ) ,
94
95
buildPackages : async ( ) => {
95
96
// The `performNpmReleaseBuild` function is loaded at runtime as loading of the
96
97
// script results in an invocation of Bazel for any `yarn ng-dev` command.
Original file line number Diff line number Diff line change 74
74
"@angular/bazel" : " ^13.2.0-next.2" ,
75
75
"@angular/cli" : " ^13.2.0-next.1" ,
76
76
"@angular/compiler-cli" : " ^13.2.0-next.2" ,
77
- "@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e " ,
77
+ "@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#5847aa4e7ebe7de9fc772bf37e76bcdb8c8207a1 " ,
78
78
"@angular/localize" : " ^13.2.0-next.2" ,
79
79
"@angular/platform-browser-dynamic" : " ^13.2.0-next.2" ,
80
80
"@angular/platform-server" : " ^13.2.0-next.2" ,
You can’t perform that action at this time.
0 commit comments