Skip to content

When develop increments with ContinuousDeployment mode? #3198

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

You must be logged in to vote

Thank you, that makes sense 👍

So just to make sure, the following flow should work, I have the following branches by following GitFlow:

  1. develop
  2. master
  3. release-xxx - made from develop only
  4. feature-xxx - made from develop only

Then I do the following, my initial version is 1.0.0 as you suggested, I create feature from develop, now my develop version is 1.0.0-alpha.1, do one commit and merge it back into develop with a PR, now my develop version is 1.0.0-alpha.2, now I create a release branch called release-1.2.0 from develop for example (does number inside branch name matters in that case? I assume not), my release version is 1.2.0-beta.1 now, then do one commit inside the release-1.2.0

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@lexengineer
Comment options

@lexengineer
Comment options

@asbjornu
Comment options

@HHobeck
Comment options

Answer selected by HHobeck
@HHobeck
Comment options

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