Skip to content

Commit

Permalink
Merge pull request #4298 from BitGo/WIN-2051_onboarding
Browse files Browse the repository at this point in the history
chore(root): change the comment
  • Loading branch information
adarsh312 authored Feb 22, 2024
2 parents 9aa87a7 + 2f79f33 commit 775f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const incrementVersions = async (preid = 'beta') => {
console.log(`Setting next version for ${json.name} to ${next}`);
json.version = next;
writeFileSync(path.join(modulePath, 'package.json'), JSON.stringify(json, null, 2) + '\n');
// since we're manually setting new versions, we must also reconcile all other lerna packages to now use the 'next' version for this module
// since we're manually setting new versions, we must also reconcile all other lerna packages to use the 'next' version for this module
lernaModuleLocations.forEach((otherModulePath) => {
// skip it for the current version
if (otherModulePath === modulePath) {
Expand Down

0 comments on commit 775f81b

Please sign in to comment.