We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c06d7 commit ff5f2ebCopy full SHA for ff5f2eb
utils/release/bump-package.mjs
@@ -73,7 +73,7 @@ await (async () => {
73
readFileSync('package.json', {encoding: 'utf-8'})
74
);
75
const versionPrefix = `${packageJson.name}@`;
76
- const convention = await angularChangelogConvention;
+ const convention = await angularChangelogConvention();
77
const lastTag = await getLastTag(versionPrefix);
78
const commits = await getCommits(PATH, lastTag);
79
if (commits.length === 0 && !hasPackageJsonChanged(PATH)) {
0 commit comments