-
Notifications
You must be signed in to change notification settings - Fork 654
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
gitversion init - Option 5) Branch Increment mode crashes with an InvalidOperationException #1942
Comments
@dsbut thanks for catching this bug, can you try 5.1.3-beta.1+40 version when available and see if the fix works for you |
@arturcic Yes - 5.1.3-beta.1+40 has fixed the problem. |
@dsbut great, thanks for sharing |
Looks like the fix was reverted here - 666bd37 |
Why is this issue closed? I'm still facing the same error. |
Hmyea, seems like we need to change
|
@asbjornu I will close this issue as we removed the init config entirely in v6 |
I am using GitVersion for the first time, and exploring the various options available in
gitversion init
.Choosing 5) Branch Increment mode (per commit/after tage) (Current: ) always results in a
System.InvlidOperationException
being throw, and the GitVersion process crashes and exits.This problem is reproducible in 100% of various attempts with GitVersion 5.1.2.
Repro steps
gitversion init
from repository root.Result
The text was updated successfully, but these errors were encountered: