We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862ef1e commit 8915629Copy full SHA for 8915629
packages/angular/cli/commands/update-impl.ts
@@ -239,7 +239,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
239
if (commit) {
240
const commitPrefix = `${packageName} migration - ${migration.name}`;
241
const commitMessage = migration.description
242
- ? `${commitPrefix}\n${migration.description}`
+ ? `${commitPrefix}\n\n${migration.description}`
243
: commitPrefix;
244
const committed = this.commit(commitMessage);
245
if (!committed) {
0 commit comments