Hacker News new | ask | show | jobs
by jrochkind1 1481 days ago
Do people use a mono repo approach with different parts of the repo having different version numbers? The way I thought of it, the whole point of mono repo is not that.
1 comments

Sometimes, yes. Monorepos use monolithic versioning internally, but they may use semantic versioning when publishing libraries.