Ask HN: How do you handle version numbers in monorepo?
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?
by wendyshu on 11/26/2024, 4:47:59 PM
Tags in the form project_name-v1.2.3
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?