Jason H
Jason H

Reputation: 5156

Mono Repository with multiple services and unique versioning

I am looking to see if there is a way to unique version microservices in a Mono Repository.

Using GitVersion with Multiple Repositories, the microservice version is unique.

Using GitVersion with Mono Repositories, the microservices will share the same version for the whole of the repo.

Is there a way to get the Mono Repository Model to follow the Multiple Repository model's versioning style?

Upvotes: 3

Views: 944

Answers (1)

Gary Ewan Park
Gary Ewan Park

Reputation: 19011

This is something that has been discussed, but the outcome was a decision that this is not something that GitVersion is going to do. GitVersion has always been designed to assert a single version number for a single repository, and I don’t see that changing in the future.

Upvotes: 6

Related Questions