DocZoid
DocZoid
Can you elaborate more on why the workflow is not supported? I use GitFlow, with develop creating snapshots (instead of alpha). Mainline mode does not suite our development needs. I...
I'd like to, but the way of working for such a change and the GitVersion internals are all new to me. But I'll try to get through it. I just...
I'll try to get quite close to it for one example at least, based on some other tests. Apologies for likely mistakes. ``` [Test] public void BetaBranchCreatedButStillOnTaggedAlphaCommitShouldCreateBetaVersion() { // Arrange...
Sorry, but you are not being helpful either, @asbjornu . I'm just getting as far as I can with the time I have. It might take some time until I...
I never said that I won't make a pull request, it's just small steps with a fail-fast mindset (if you tell me "that won't work because you have not considered...
Getting there... do I work on master then, or do I still start a new branch?
@asbjornu I finally have some time again to get back on this topic. Does this pull request match your expectations or am I missing something? What is your opinion on...
Exactly, that is scenario 1 from my initial comment. I'll try to add a test for scenario 2 as well. It has to be configurable for sure. I wrote >...
Thank you very much, I will give it a try when I have the time.