How to manage internal projects version in a monorepo structure
I am using pnpm to set up a monorepo, but because there is only one Git repository under the monorepo, it leads to issues when each project needs to be deployed separately, making it difficult to manage versions for each internal project individually.