Skip to content

Commit 2d66fec

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular/cli): add migration name to commit header
Closes: #16030
1 parent d13387d commit 2d66fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/commands/update-impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
189189

190190
// Commit migration
191191
if (commit) {
192-
let message = `migrate workspace for ${packageName}@${migration.version}`;
192+
let message = `${packageName} migration - ${migration.name}.`;
193193
if (migration.description) {
194194
message += '\n' + migration.description;
195195
}

0 commit comments

Comments
 (0)