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 564a419 commit e3d4a17Copy full SHA for e3d4a17
.ng-dev/release.ts
@@ -85,8 +85,8 @@ export const release: ReleaseConfig = {
85
return {
86
groupName: packageName,
87
description: `${entryPointPrefix}${commit.subject}`,
88
- }
89
+ };
+ },
90
},
91
publishRegistry: 'https://wombat-dressing-room.appspot.com',
92
npmPackages: releasePackages.map(pkg => `@angular/${pkg}`),
0 commit comments