Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "/" in tag prefix to support Go multimodule repositories #13

Closed
orizerah opened this issue Aug 2, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@orizerah
Copy link

orizerah commented Aug 2, 2022

I can't seem to find a solid versioning solution to my multi-module go repository.
In Go, each tag of a sub-module in the repository has the format {NAME}/v{SEMVER}.
But currently, versio doesn't allow to put '/' in the tag_prefix.

Allow more characters (specifically '/') in the tag_prefix configuration key

I tried GitVersion, it both doesn't support this feature, and it's written in C#, so I prefer using versio.

@orizerah orizerah added the enhancement New feature or request label Aug 2, 2022
@chaaz
Copy link
Owner

chaaz commented Sep 5, 2022

@orizerah, @tamirkiviti13, @slootzky, @naortalmor1, @ShiraCohen33 : The latest release 0.6.5 allows the "/" character in the "tag_prefix" property, and adds the "tag_prefix_separator" property for finer control over the full tag name. Let me know if this works for you!

@chaaz chaaz closed this as completed Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants