You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this doesn't seem to be working for my repo, and I can't figure out a manual config to get it to work either. Are there limitations to how it works, or did something maybe break in the time since that PR was merged a few years back?
The text was updated successfully, but these errors were encountered:
This in turn is only referenced by getCommitters, which is only used for filling out contributor info at the bottom of a release, not for actually filtering commits. And indeed, bots are correctly ignored in the list of contributors, even if their commits are included in the changelog. For example, I'm seeing output like this:
Bug Fix
#5015 fix(deps): update dependency xyz to ^2.10.1 (@renovate[bot])
Hi there, I see that (via #105) lerna-changelog is supposed to exclude PRs by bots like Renovate by default:
lerna-changelog/src/configuration.ts
Lines 61 to 70 in 331539b
However, this doesn't seem to be working for my repo, and I can't figure out a manual config to get it to work either. Are there limitations to how it works, or did something maybe break in the time since that PR was merged a few years back?
The text was updated successfully, but these errors were encountered: