-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Tag prefix per project possible ? #5
Comments
This makes #5 much easier to deal with, and allows per-directory versioning inside a single repository.
It's actually much simpler. You can just have a GitInfo.txt file inside the folder of each project, and GitInfo will automatically use the "closest" one to the project being built to determine the base version. The commit I just added also makes it so that the commit count will also be scoped to that directory. So I instead of a prefix, you could use a different suffix/label (like 1.1.0-a and 1.2.0-b). |
Thanks - just what I needed :-) |
Closing then 👍 |
I have a git repository with multiple VS projects that should change version independently.
Would it be possible to configure GitInfo to use tags with a certain prefix per project ?
Example:
Should use git tags with prefix a- (like a-1.1.0)
Should use git tags with prefix b- (like b-1.2.0)
The text was updated successfully, but these errors were encountered: