Skip to content

Question regarding GitFlow Yaml Configuration for unique versions for tags, release branch, and develop #4238

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

You must be logged in to vote

First of all, I would recommend you to take a look into the configuration document and the GitFlow examples which are available at:

Seeing your sequence diagram, I think you can use the workflow: GitFlow/v1 template. You just need to adjust the following:

  • the tag-prefix to tags\/
  • the increment of the devleop branch from Minor to Patch
  • the label of the devleop branch from alpha to SNAPSHOT
  • the label of the release branch from beta to SNAPSHOT
  • the deployment mode (mode) from ManualDeployment to ContinuousDelivery

Happy Branching!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants