Skip to content

Increment semver based on feature/x or bugfix/x branch being merged #3603

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

You must be logged in to vote

Actually it depends on your branching and merging strategy. Like @asbjornu says there are different motivation creating tags:

  • If you create a release candidate and deploy it to a testing environment you will properly tag it as a preview-release
  • If you release a version to Manufacturing on production you will properly tag it as a main-release
  • If you want to alter the target version you will tag it and restart the ci/deployment pipeline
  • If you want to boost performance
  • If you just want to document it because of regulatory reason

You could automate this as well. As soon you are moving the package via ci or deployment pipeline you are going to create a tag with a script. Why do you think it…

Replies: 1 comment 7 replies

Comment options

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

@asbjornu
Comment options

@tomqwpl
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
3 participants
Converted from issue

This discussion was converted from issue #3602 on June 19, 2023 10:47.