ashvardanian / tinysemver

Tiny Semantic Versioning (SemVer) library and GitHub CI, that doesn't depend on 300K lines of JavaScript code and fits in a single Python file
https://github.com/marketplace/actions/tinysemver
Apache License 2.0
17 stars 3 forks source link

Guidance for Monorepo #12

Open baniasbaabe opened 2 months ago

baniasbaabe commented 2 months ago

Thanks for the awesome library. Just curious to know how to use this library in a monorepo with different microservices. Thanks :)

ashvardanian commented 2 months ago

Hey @baniasbaabe! I am not sure if I understand the question. You generally simply mention paths to update and define a RegEx for every file. Is there a reason why this wouldn’t work with a monorepo of microservices?

baniasbaabe commented 2 months ago

Thanks @ashvardanian for your fast answer! I was just curious, but didn't try it out. BTW I have the same issue as @Nipsuli with the no module named tinysemver error :)

ashvardanian commented 2 months ago

@baniasbaabe interesting! The PyPi package now contains the tinysemver.py file... but still fails to load it. Looking into it 🤦