You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
change
command runsgit fetch
at least twice. Example from the beachball repo:Ideally it should only fetch once.
The text was updated successfully, but these errors were encountered: