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 243ca5a commit 7254d18Copy full SHA for 7254d18
packages/angular/cli/commands/update-impl.ts
@@ -248,7 +248,7 @@ export class UpdateCommand extends Command<UpdateCommandSchema> {
248
if (commit) {
249
const commitPrefix = `${packageName} migration - ${migration.name}`;
250
const commitMessage = migration.description
251
- ? `${commitPrefix}\n${migration.description}`
+ ? `${commitPrefix}\n\n${migration.description}`
252
: commitPrefix;
253
const committed = this.commit(commitMessage);
254
if (!committed) {
0 commit comments