Skip to content

Commit

Permalink
Add more logs for debugging purposes
Browse files Browse the repository at this point in the history
Co-authored-by: Mukul Mishra <[email protected]>
Co-authored-by: Giuseppe Samela <[email protected]>
  • Loading branch information
3 people committed Dec 5, 2024
1 parent 425804b commit ec7faf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/defineVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function defineReleaseVersion({ core }, currentVersion, changelogFile, isM
core.info(`Increase version from ${currentVersion} to ${version}`);
return version;
} else {
core.error('No valid entries to release', unreleased);
core.error('No valid entries to release', unreleased, parsedSections);
}
});
}
Expand Down

0 comments on commit ec7faf9

Please sign in to comment.