Skip to content

Change command fetches twice #565

@ecraig12345

Description

@ecraig12345

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions