Skip to content

Does the increment setting override Commit and Merge Descriptions? #3642

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

You must be logged in to vote

In a trunkbased workflow (Mainline) you would:

  • specify the main branch with increment: none
  • merge a feature/just-a-feature branch in main for minor changes
  • merge hotfix/just-a-hotfix branch in main for patch changes

In a non-trunkbased workflow (e.g. GitFlow) you would:

  • specify the main branch with increment: patch
  • specify the hotfix branch with is-release-branch true (see #2693)
  • merge a release/X.X.0 in main for minor or major changes
  • merge hotfix/X.X.X or hotfix/what-ever branch in main for patch changes

What I'm trying to say is that you need to follow the merging and branching strategy which is dependent of your wokflow of course. If you have a feature and think oh it's not a feat…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@ArnavBhutaniLithia
Comment options

@HHobeck
Comment options

Answer selected by ArnavBhutaniLithia
@ArnavBhutaniLithia
Comment options

@HHobeck
Comment options

@ArnavBhutaniLithia
Comment options

@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
2 participants