Ask HN: How do you handle version numbers in monorepo?

3 points by dgnemo ↗ HN
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?

2 comments

[ 5.3 ms ] story [ 18.3 ms ] thread
Tags in the form project_name-v1.2.3
so different projects can have different version, even if they live in the same monorepo?