Skip to content
Discussion options

You must be logged in to vote

Thank you for providing the Git commands. I think they make the scenario much easier to discuss.

That said, I still think the issue comes down to the branching, merging, and deployment strategy.

Why would you create and publish a NuGet package in the window between:

  • merging the hotfix into develop, and
  • merging the hotfix into main and creating the release tag?

I want to point out another aspect: The workflow still requires syncing main back into develop. Once that happens, the hotfix commit is already part of the released version, so it is expected that it is no longer counted as a new commit for develop. As I mentioned earlier, from GitVersion's perspective that commit is already part …

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@CSymes
Comment options

@HHobeck
Comment options

Comment options

You must be logged in to vote
1 reply
@HHobeck
Comment options

Comment options

You must be logged in to vote
1 reply
@HHobeck
Comment options

Answer selected by HHobeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4632 on August 25, 2025 11:57.