Skip to content

Commit

Permalink
adjust debug
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Aug 30, 2023
1 parent e434c04 commit 88684f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function run() {
});
}

console.log(c.yellow(JSON.stringify(changes, null, 2)));
console.log(c.yellow("changes"), changes);

const nextVersion = config.user.getNextVersion
? await config.user.getNextVersion(hookCtx)
Expand Down

0 comments on commit 88684f3

Please sign in to comment.