Skip to content

Commit 0e8ef60

Browse files
devversionmmalerba
authored andcommitted
chore: stage release script should create commit (#13748)
1 parent 47de296 commit 0e8ef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/stage-release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class StageReleaseTask {
114114
}
115115

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

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

0 commit comments

Comments
 (0)