We have a repo that contains multiple Python and C# plugins. Each plugin resides in a separate folder with a package.xml
inside. Our plugins evolve independently and every now and then we also release bundles that contain specific versions of all plugins. We currently use manual plugin versioning, and everything works without an issue.
Now we’d like to switch to git assisted versioning but we’re not sure our structure is compatible with this approach as we’d still like our plugins to have different versions. As far as I understand, it’s not possible to have multiple .gitversion
files in a single repo. Am I missing something? Is there a way to achieve git assisted versioning with multiple independently versioned plugins?