The lifecycle v0.20.13 release was released twice, the second release being to include this fix:
#1532
However, after the second release the automation didn't update the Git tag, so it's still pointing at the commit prior to that PR merging:
828680f
Whereas the v0.20.13 Git tag should be referencing this commit instead:
84bbd62
This discrepancy means that GitHub compare URLs like the following (which we have our "bump lifecycle version" automation use in its PR description to assist the PR reviewer) give the wrong list of commits in the new release:
v0.20.12...v0.20.13
cc @jabrown85