-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The change command runs git fetch at least twice. Example from the beachball repo:
$ yarn change
yarn run v1.22.10
$ node ./lib/cli.js change
Checking for changes against "origin/master"
fetching latest from remotes "origin/master"
Found changes in the following packages:
beachball
fetching latest from remotes "origin/master"
Please describe the changes for: beachball
Ideally it should only fetch once.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working