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
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).