Skip to content

How does VersionInBranchBaseVersionStrategy handle version extraction ? #4195

Answered by HHobeck
nzeugaa asked this question in Q&A
Discussion options

You must be logged in to vote

In the GitHubFlow workflow this is not necessary because the release branch is set to increment patch. (see Link[2])

In the GitFlow workflow it is intentionally because the release branch is set to increment minor.

If you want to patch a version you need to:

  • not use the release but the hotfix branch or
  • change the increment on release branch or
  • use the GitHubFlow workflow.

Link[1]: GitFlow Examples

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@HHobeck
Comment options

@HHobeck
Comment options

@nzeugaa
Comment options

@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