benduran / lets-version

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you
MIT License
1 stars 3 forks source link

Bduran/reuse git results #6

Closed benduran closed 1 year ago

benduran commented 1 year ago

This fixes a git overload bug where N number of calls to various git operations may overload your git instance and / or server. Should also improve performance

benduran commented 1 year ago

Closing PR, as this has introduce large defects that impact the functionality of the library