Skip to content

Commit

Permalink
Update utils/release/bump-package.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Prudhomme <[email protected]>
  • Loading branch information
louis-bompart and alexprudhomme authored Oct 21, 2024
1 parent 477eac5 commit 7e0d553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/bump-package.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ await (async () => {
const convention = await changelogConvention();
const lastTag = await getLastTag({
prefix: versionPrefix,
onBranch: ` refs/remotes/origin/${REPO_RELEASE_BRANCH}`,
onBranch: `refs/remotes/origin/${REPO_RELEASE_BRANCH}`,
});
const commits = await getCommits(PATH, lastTag);
if (commits.length === 0 && !hasPackageJsonChanged(PATH)) {
Expand Down

0 comments on commit 7e0d553

Please sign in to comment.