Aymen Bouchekoua
Aymen Bouchekoua
I am facing the same error. Any updates ?
I have the same issue. @psamim did you find a workaround ?
I think I am facing the same issue here when I create a PR from a hotfix branch int master. I am not a C# developer but here's how I...
I managed to execute the test above. I actually get the required result that is **1.0.1-PullRequest**. Unfortunately, this is not the case when the PR is created by AzureDevops. Maybe...
@asbjornu Yes I have done that. But I created a new issue #3187 because I now think these might be different issues. Here is the PR for the test #3186.
@asbjornu I just tried this but I still get the same result. Just to be clear, the problem is not the version calculation on the hotfix branch, but the calculation...
I ran the test of my PR on the branch of HHobeck PR #3101 but it is still not working correctly. However, I think micdenny has found the real issue...
This will be fixed after merging the PR #3190
Hello @micdenny, Do you think your PR should fix this use case ? ```C# [Test] public void CalculatesCorrectVersionWhenPullRequestHotfixBranchToMain() { using var fixture = new EmptyRepositoryFixture(); fixture.Repository.MakeATaggedCommit("0.1.0"); Commands.Checkout(fixture.Repository, fixture.Repository.CreateBranch("develop")); fixture.Repository.MakeACommit(); Commands.Checkout(fixture.Repository,...
Yes ! @HHobeck Thank you. We just have to merge your PR then ;)