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 f77f3ca commit c865044Copy full SHA for c865044
tools/cli/internal/changelog/outputfilter/hide.go
@@ -81,7 +81,7 @@ func hideByExemptions(entries []*OasDiffEntry, exemptions []breakingchanges.Exem
81
continue
82
}
83
84
- // Mark entry as hidden and break the exemption loop
+ // Mark entry as hidden and break the exemption loop.
85
entry.HideFromChangelog = true
86
hiddenEntries++
87
break
0 commit comments