ExodusMovement / lerna-release-action

Selectively release packages from a lerna monorepo
0 stars 0 forks source link

feat(version): allow packages not matching folder names #52

Closed sparten11740 closed 3 months ago

sparten11740 commented 3 months ago

This adds support for versioning by scoped package name if the unscoped part of the package name does not match the folder name the package resides in (which is the case e.g. in https://github.com/ExodusMovement/ledger-live)

Depends on #51