diff --git a/.github/scripts/defineVersion.js b/.github/scripts/defineVersion.js index bf5faef..da2992c 100644 --- a/.github/scripts/defineVersion.js +++ b/.github/scripts/defineVersion.js @@ -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, parsedSections); + core.error('No valid entries to release\n' + JSON.stringify(unreleased, null, ' ') + '\n' + JSON.stringify(parsedSections, null, ' ')); } }); }