We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c6e1c commit c4e4c71Copy full SHA for c4e4c71
1 file changed
packages/cli/index.ts
@@ -621,6 +621,10 @@ const main = defineCommand({
621
}
622
623
const debug = laterRes.debug;
624
+ // include the new version in the debug output for better visibility
625
+ Object.assign(debug, {
626
+ pkgPrNewVersion: pkg.version,
627
+ });
628
629
core.startGroup("🔍 Info");
630
core.notice(JSON.stringify(debug, null, 2));
0 commit comments