Skip to content
Prev Previous commit
Next Next commit
changelog-temp should keeps for gen changelog.md
  • Loading branch information
wanlwanl committed May 23, 2024
commit 2f37ada71cf7e815e5b087e86ea928de18491017
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export async function generateChangelogAndBumpVersion(packageFolderPath: string)
logger.log('Generate changelogs and setting version for migrating track1 to track2 successfully');
}
} finally {
shell.rm('-r', `${path.join(packageFolderPath, 'changelog-temp')}`);
shell.cd(jsSdkRepoPath);
}
}
Expand Down