Skip to content

Commit 36211fd

Browse files
alan-agius4vikerman
authored andcommitted
fix(@angular/cli): add migration name to commit header
Closes: #16030
1 parent 5d1fcdc commit 36211fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)