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

Do not regenerate the allPackages structure during the bumps synchronization #29

Closed artemdanylenko closed 1 month ago

artemdanylenko commented 1 month ago

This fixes #28

artemdanylenko commented 1 month ago

Wow, what a subtle change that impacted the behavior of the library! To confirm, if you run these changes locally on your work-related repositories, you get the expected results for the deeply-nested package relations graph?

yes! calling readFile in the getPackages was getting stale data and overriding the previously updated semvers in the dependencies

benduran commented 1 month ago

@artemdanylenko thanks again! @better-builds/lets-version@1.1.4 has been published