In a monorepo where my-package depends on my-dependency (both are packages within the same monorepo) what's the recommended way to ensure a new release to my-dependency also results in a new release for my-package with that updated dependency?
I have the dependencies configured in knope.toml using this guide. Using the bot currently and the Release packages PR only appears to release the ones that are explicitly tagged with changesets.
In a monorepo where
my-packagedepends onmy-dependency(both are packages within the same monorepo) what's the recommended way to ensure a new release tomy-dependencyalso results in a new release formy-packagewith that updated dependency?I have the dependencies configured in knope.toml using this guide. Using the bot currently and the
Release packagesPR only appears to release the ones that are explicitly tagged with changesets.