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 92e693e commit f91fd9fCopy full SHA for f91fd9f
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