Skip to content

Commit

Permalink
chore: release script commit update for clarity (#6526)
Browse files Browse the repository at this point in the history
* release script commit update for clarity

* Update scripts/release/create_rc.mjs

Co-authored-by: Nico Flaig <nflaig@protonmail.com>

---------

Co-authored-by: Nico Flaig <nflaig@protonmail.com>
  • Loading branch information
philknows and nflaig authored Mar 12, 2024
1 parent 6fe93c1 commit 9116526
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 9116526

Please sign in to comment.