Skip to content

Commit e3d4a17

Browse files
committed
fixup! build: group commits by package name in changelog
Fix lint
1 parent 564a419 commit e3d4a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ng-dev/release.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ export const release: ReleaseConfig = {
8585
return {
8686
groupName: packageName,
8787
description: `${entryPointPrefix}${commit.subject}`,
88-
}
89-
}
88+
};
89+
},
9090
},
9191
publishRegistry: 'https://wombat-dressing-room.appspot.com',
9292
npmPackages: releasePackages.map(pkg => `@angular/${pkg}`),

0 commit comments

Comments
 (0)