As stated, if you make a release PR in a repo, then the changelog checker will fail even if the release PR makes changes to package.json and you've documented those changes in the changelog. This is because it's looking for those entries to show up in Unreleased rather than the version being released (as can be seen here).
As stated, if you make a release PR in a repo, then the changelog checker will fail even if the release PR makes changes to
package.jsonand you've documented those changes in the changelog. This is because it's looking for those entries to show up in Unreleased rather than the version being released (as can be seen here).