microsoft / beachball

The Sunniest Semantic Version Bumper

Home Page:https://microsoft.github.io/beachball

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push failure when file not found

viditganpi opened this issue · comments

With the current flow beachball fetches from remote before doing the bump and push for the versions, here it can happen that one of the packages meant to be bumped is deleted from main, this causes the whole process to fail due to package.json for that package not being found.

Fixed by #827