We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cc1ce commit 09e139eCopy full SHA for 09e139e
src/index.ts
@@ -221,7 +221,7 @@ const wrappedGetDependencyReleaseLine: ChangelogFunctions["getDependencyReleaseL
221
opts
222
);
223
224
- console.log(`[Debug] Authors: ${allAuthors}`);
+ console.log(`[Debug] Authors: ${allAuthors.size}`);
225
// Add credits section if we have authors
226
if (allAuthors.size > 0) {
227
const credits = getCreditsSection();
0 commit comments