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