Commit 3855be0
authored
Detect direct dependents missing from release (#193)
If the user includes a package in the release and selects a new major
version, currently, we display a message that requires the user to
include all peer dependents in the release. However, since we moved peer
dependencies to dependencies in the `core` repo, realistically, this
error will never appear, and instead we want to strongly advise the user
to include all *direct* dependents in the release.
To do this we have to modify the core logic to detect missing direct
dependents separately from peer dependents.1 parent aaf2c3b commit 3855be0
5 files changed
Lines changed: 664 additions & 71 deletions
0 commit comments