Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KushnirykOleh committed Mar 18, 2024
1 parent 930fd41 commit 91e9199
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ public boolean include(String fileName,
ChangeLogParser parser = ChangeLogParserFactory.getInstance().getParser(normalizedFilePath, resourceAccessor);

if (modifyChangeSets != null) {
// Some parser need to know it's not a top level changelog, in modifyChangeSets flow 'runWith' attributes are added later on
changeLog = Scope.child(Collections.singletonMap("modifyChangeSets", true),
() -> parser.parse(normalizedFilePath, changeLogParameters, resourceAccessor));
} else {
Expand Down

0 comments on commit 91e9199

Please sign in to comment.