We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e69f3 commit 8e48859Copy full SHA for 8e48859
tools/ChangelogTools.psm1
@@ -350,23 +350,23 @@ filter Skip-IgnoredChange
350
{
351
if ($chgCommitLabel -in $CommitLabel)
352
353
- continue :outer
+ continue outer
354
}
355
356
357
foreach ($chgIssueLabel in $chg.ClosedIssues.Labels)
358
359
if ($chgIssueLabel -in $IssueLabel)
360
361
362
363
364
365
foreach ($chgPRLabel in $chg.PR.Labels)
366
367
if ($chgPRLabel -in $PRLabel)
368
369
370
371
372
0 commit comments