Skip to content

Commit 665722b

Browse files
committed
fix(conventional-changelog): add debug log for context in transform function
1 parent 93e04a8 commit 665722b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/release-it/conventional-changelog-writer-options.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ export const transform = async (commitOriginal, context) => {
185185
// a '!' but no 'BREAKING CHANGE' in body:
186186
addBreakingChanges(commit, context);
187187

188+
console.log(
189+
"🚀 ~ file: conventional-changelog-writer-options.js:189 ~ context:",
190+
context,
191+
);
188192
if (context.breakingChanges.length === 0) {
189193
context.breakingChanges = false;
190194
}

0 commit comments

Comments
 (0)