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