Hacker News new | ask | show | jobs
by tricky777 1482 days ago
mono repo approach (or something to that direction)
1 comments

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.
Sometimes, yes. Monorepos use monolithic versioning internally, but they may use semantic versioning when publishing libraries.