Skip to content

Commit

Permalink
Merge 3a99c4b into 6fe93c1
Browse files Browse the repository at this point in the history
  • Loading branch information
philknows committed Mar 11, 2024
2 parents 6fe93c1 + 3a99c4b commit f50422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/create_rc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ shell(`git checkout -b ${rcBranchName} ${commit}`);
shell(`lerna version ${packageVersion} --no-git-tag-version --force-publish --yes`);

// Commit changes
shell(`git commit -am "chore: v${versionMMP}"`);
shell(`git commit -am "chore: bump package versions to ${versionMMP}"`);

// Push branch, specifying upstream
shell(`git push ${GIT_REPO_URL} ${rcBranchName}`);
Expand Down

0 comments on commit f50422f

Please sign in to comment.