Y
Hacker News
new
|
ask
|
show
|
jobs
by
tricky777
1482 days ago
mono repo approach (or something to that direction)
1 comments
jrochkind1
1482 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.
link
howinteresting
1481 days ago
Sometimes, yes. Monorepos use monolithic versioning internally, but they may use semantic versioning when publishing libraries.
link