How To Handle Shared Library Version Bump In a Multi Repo?
问题 Little context - today I have a monolith application that I am planning to split into micro-services due to it's growth and the need to partial re-deployments. I'm designing a development process where I have a number micro-services in a multi repo environment (All written in python). There is a one "Foundation" repository that stores ~30 different packages of shared code. Each micro-service is stored in a different repo. The plan to share the code is using a package manager ("private" PyPi)