Skip to content

Commit

Permalink
chore: add missing prop on changelog renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 25, 2024
1 parent 029fc0b commit c2abdd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/release/changelog-renderer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-check
const {
default: defaultChangelogRenderer,
} = require('nx/release/changelog-renderer');
Expand All @@ -10,6 +11,7 @@ const changelogRenderer = async ({
entryWhenNoChanges,
changelogRenderOptions,
repoSlug,
conventionalCommitsConfig,
}) => {
const defaultChangelog = await defaultChangelogRenderer({
projectGraph,
Expand All @@ -19,6 +21,7 @@ const changelogRenderer = async ({
entryWhenNoChanges,
changelogRenderOptions,
repoSlug,
conventionalCommitsConfig,
});

// Append our custom messaging to the generated changelog entry
Expand Down

0 comments on commit c2abdd4

Please sign in to comment.