Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: How do you handle version numbers in monorepo?
3 points
by
dgnemo
562 days ago
A monorepo by definition will host multiple microservices, and possibly other CLI tools, libraries etc.
What is your strategy for assigning version numbers to different artifacts?
1 comments
wendyshu
562 days ago
Tags in the form project_name-v1.2.3
link
dgnemo
562 days ago
so different projects can have different version, even if they live in the same monorepo?
link