Skip to content

Commit

Permalink
build: update ng-dev configuration for release
Browse files Browse the repository at this point in the history
Update the configuration for releasing via ng-dev.

(cherry picked from commit e10c0fa)
  • Loading branch information
josephperrott authored and alan-agius4 committed Jul 21, 2021
1 parent ec79ab1 commit bdc8e09
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .ng-dev/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,15 @@ const npmPackages = Object.keys(releasePackages);
/** Configuration for the `ng-dev release` command. */
export const release: ReleaseConfig = {
npmPackages,
buildPackages,
releaseNotes: {},
buildPackages: () => buildPackages(),
releaseNotes: {
groupOrder: [
'@angular/cli',
'@schematics/angular',
'@angular-devkit/architect-cli',
'@angular-devkit/schematics-cli',
],
},
publishRegistry: 'https://wombat-dressing-room.appspot.com',
releasePrLabels: ['action: merge'],
};

0 comments on commit bdc8e09

Please sign in to comment.