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
Fix PR number detection in existing change entries (#83)
The `update` command will filter out any commits that are the result of
PRs that have been referenced already in the changelog.
Unfortunately this PR number detection only looked at the beginning of
the entry. This was because prior to #66, that's where it would be by
default (though this was always a poor decision, because it was always
possible to update the change entry and reference the PR anywhere).
This is especially broken since #66.
We now look for things that look like PR numbers anywhere in the change
description.
0 commit comments