Skip to content

Commit

Permalink
chore: stage release script should create commit (#13748)
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion authored and mmalerba committed Oct 23, 2018
1 parent 92e693e commit f91fd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/stage-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class StageReleaseTask {
}

this.git.stageAllChanges();
// this.git.createNewCommit(`chore: bump version to ${newVersionName} w/ changelog`);
this.git.createNewCommit(`chore: bump version to ${newVersionName} w/ changelog`);

console.info();
console.info(green(` ✓ Created the staging commit for: "${newVersionName}".`));
Expand Down

0 comments on commit f91fd9f

Please sign in to comment.