Applying a hotfix to develop in GitVersion 6 #4501
Unanswered
dry-lenses
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you give a concrete example? The reason why the pre-release version number will be reset is because of an tag and a main version release. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, another one from me - I wanted to ask what is the recommended way with GitVersion 6 and standard GitFlow configuration to apply a change from a
hotfix
branch to thedevelop
branch? Of course first thehotfix
branch gets merged tomain
, but usually the fix needs to make its way todevelop
as well. In GitVersion 5, it was possible to just merge the samehotfix
branch todevelop
. In version 6, merging ahotfix
branch (or even arelease
for that matter) todevelop
results in the commit counter in-alpha.N
being reset. So, what is the recommended way? Using afeature/
branch? Mergingmain
intodevelop
? I looked at the examples but this is not mentioned there.Beta Was this translation helpful? Give feedback.
All reactions