Skip to content

Commit 8a06610

Browse files
committed
Update comments
Signed-off-by: Bryan Ramos <bramos@redhat.com>
1 parent c03983b commit 8a06610

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/get-plugin-versions-at-backstage-version.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,10 @@ async function findCommitWhereBackstageVersionMatches({
131131
url: `https://raw.githubusercontent.com/${owner}/${repo}/${sha}/${backstageJsonPath}`,
132132
};
133133

134-
// Keep track of latest version found
134+
// We found a version that matches or Backstage target
135135
if (v === target) {
136136
// Remove last version found if it matches target.
137+
// It won't be needed in the debug logs.
137138
delete versionsFound[v];
138139

139140
const date =

0 commit comments

Comments
 (0)