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

Tags in the form project_name-v1.2.3
so different projects can have different version, even if they live in the same monorepo?