fix(core): Fix filtering logic for returning only tagged commits
This commit is contained in:
@@ -286,6 +286,9 @@ export class CodeFeed {
|
||||
Published on npm: ${c.publishedOnNpm}
|
||||
`);
|
||||
}
|
||||
|
||||
allCommits = allCommits.filter(commitArg => commitArg.tagged);
|
||||
|
||||
return allCommits;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user