Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed Mar 11, 2024
1 parent fa5eead commit b0e9131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/runReportForCommitListCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function runReportForCommitListCommand(args: Array<string>, root: s

if (generator.isReportEmpty(report)) {
console.log(`[Scope tags]: Report ommited because no tags for modified files were found'`);
return;
continue;
}

const commentReportJSON = generator.getReportAsJiraComment(report, false);
Expand Down

0 comments on commit b0e9131

Please sign in to comment.