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 47de296 commit 0e8ef60Copy full SHA for 0e8ef60
tools/release/stage-release.ts
@@ -114,7 +114,7 @@ class StageReleaseTask {
114
}
115
116
this.git.stageAllChanges();
117
- // this.git.createNewCommit(`chore: bump version to ${newVersionName} w/ changelog`);
+ this.git.createNewCommit(`chore: bump version to ${newVersionName} w/ changelog`);
118
119
console.info();
120
console.info(green(` ✓ Created the staging commit for: "${newVersionName}".`));
0 commit comments