Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ng-dev/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

await assertValidDependencyRanges(newVersion, releasePackages);
},
rulesJsInteropMode: true,
releaseNotes: {
groupOrder: [
'@angular/cli',
Expand All @@ -32,5 +33,5 @@
],
},
publishRegistry: 'https://wombat-dressing-room.appspot.com',
releasePrLabels: ['action: merge'],

Check failure on line 36 in .ng-dev/release.mjs

View workflow job for this annotation

GitHub Actions / lint

An object literal cannot have multiple properties with the same name.
};
Loading