Skip to content

Commit c4e4c71

Browse files
authored
chore: output debug info display pkg.pr.new version (#507)
1 parent 97c6e1c commit c4e4c71

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/cli/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@ const main = defineCommand({
621621
}
622622

623623
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+
});
624628

625629
core.startGroup("🔍 Info");
626630
core.notice(JSON.stringify(debug, null, 2));

0 commit comments

Comments
 (0)