Skip to content

Commit

Permalink
chore(release): call createPreset (default export) from conventional-…
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Sep 19, 2023
1 parent 49c06d7 commit ff5f2eb
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 @@ -73,7 +73,7 @@ await (async () => {
readFileSync('package.json', {encoding: 'utf-8'})
);
const versionPrefix = `${packageJson.name}@`;
const convention = await angularChangelogConvention;
const convention = await angularChangelogConvention();
const lastTag = await getLastTag(versionPrefix);
const commits = await getCommits(PATH, lastTag);
if (commits.length === 0 && !hasPackageJsonChanged(PATH)) {
Expand Down

0 comments on commit ff5f2eb

Please sign in to comment.