Skip to content

Commit

Permalink
changelog-temp should keeps for gen changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlwanl committed May 23, 2024
1 parent af6769f commit 2f37ada
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit 2f37ada

Please sign in to comment.