Hardy Hobeck

Results 163 comments of Hardy Hobeck

I found the following definition what normalization does: ``` Normalization of a git directory turns all remote branches into local branches, turns pull request refs into a real branch and...

> Note that the issue also occurs when re-running a pipeline on old commits, it is not limited to race condition cases only. If this is the case then please...

May I ask you to create an integration test for this scenario? ```csharp [Test] public void __Just_A_Test__() { var configuration = GitFlowConfigurationBuilder.New.Build(); using EmptyRepositoryFixture fixture = new("main"); fixture.MakeACommit(); // ✔️...

> @HHobeck How can i run this this inside my github workflow ? I'm not sure if I understood your question correct. But integration tests can be executed as part...

To get this behaviour you can use the TrunkBased version strategy as a workaround which will be applied in 6.x.

@gep13 Hi Gary. If you have time please realize this issue. Seems to me a good improvement.

Hi @gep13. How is it going with your to do list!? In the mean time twitter is not existing anymore. ;)

Hi there. I think you need to investigate this problem in more detail and find the root cause. Why do you think it is a problem in GitVersion? If I...

Hi @Zordrak. I'm actually not sure what exactly your scenario is. In beta.3 you have two features: - unknown branches which can be configured in branches -> unknown - and...

Hi. I have taken your example and have verified it that it is working and the bug is not reproduceable. Can you please provide steps to reproduce? Thank you! Edit:...