Skip to content

Commit a09a92d

Browse files
committed
log contrib releases found
1 parent 9aa1b70 commit a09a92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/find_breaking_changes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ async function findContribBreakingChanges(currentContribPackages, newContribVers
187187
if (match) {
188188
const componentName = match[1];
189189
const releaseVersion = match[2];
190+
console.log(`Found contrib release: ${componentName} version ${releaseVersion}`);
190191

191192
// Check if this is a package we depend on
192193
if (currentContribPackages[componentName]) {

0 commit comments

Comments
 (0)