-
Notifications
You must be signed in to change notification settings - Fork 651
StackOverflow exception while using increment: Inherit config, and branches merging #2034
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
Comments
I was also able to reproduce the issue with the following simplified config:
|
Are you able to reproduce this in a GitVersion/src/GitVersionCore.Tests/IntegrationTests/MainlineDevelopmentMode.cs Lines 92 to 107 in d84c116
|
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions. |
Hello,
I encountered an issue while using the latest beta version GitVersion v5.1.4-beta1.48.
The problem is that, the GitVersion task falls into stack overflow after the following scenario:
My GitVersion.yml:
I've tried both GitVersion.exe as well as GitVersion MSBuild task.
Log:
An image of my Git graph:

P.S. There is a workaround, if I disable inheritance on develop branch:
But this case the develop branch don't use a version number from master.
The text was updated successfully, but these errors were encountered: