-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
Currently, getRepoOptions has logic to search up to the git root or even the filesystem root for a beachball config. This is really not necessary and could lead to unexpected behavior.
In v3, we should only look for a config at cliOptions.path (which is the project root or cwd). Potentially getCliOptions should also have a fallback to look for the package root if no project/git root is found.
Reactions are currently unavailable