I'm maintaining a monorepo with about 50 packages and a lot of internal dependencies.
We don't get a lot of value to generate both github releases and changelogs when there is only internal dependency update (patch). So to minimize notification spam, I would like to disable both but still want to publish the new releases to npm though.
Here is a PR release example.