We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13387d commit 2d66fecCopy full SHA for 2d66fec
packages/angular/cli/commands/update-impl.ts
@@ -189,7 +189,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
189
190
// Commit migration
191
if (commit) {
192
- let message = `migrate workspace for ${packageName}@${migration.version}`;
+ let message = `${packageName} migration - ${migration.name}.`;
193
if (migration.description) {
194
message += '\n' + migration.description;
195
}
0 commit comments