mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
parent
d13387db4d
commit
2d66fecee8
@ -189,7 +189,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
|
||||
|
||||
// Commit migration
|
||||
if (commit) {
|
||||
let message = `migrate workspace for ${packageName}@${migration.version}`;
|
||||
let message = `${packageName} migration - ${migration.name}.`;
|
||||
if (migration.description) {
|
||||
message += '\n' + migration.description;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user