If the only changes in a monorepo package's package.json is to the devDependencies, then the changelog checker should not ask the release author to document the change in the changelog.
This is important to ensure that we do not mistakenly train people to add no-changelog when they encounter problems.
As an example: MetaMask/core#5978 (comment)
If the only changes in a monorepo package's
package.jsonis to thedevDependencies, then the changelog checker should not ask the release author to document the change in the changelog.This is important to ensure that we do not mistakenly train people to add
no-changelogwhen they encounter problems.As an example: MetaMask/core#5978 (comment)