Skip to content

Using prerelease tag in git tag is removed from version numbers #3663

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

You must be logged in to vote

Maybe the documentation is not precise enough. But this behavior is not a new behavior and makes really sense. If you think about it from the release management perspective:

  1. Creating a alpha version on develop branch and tag it with 1.0.0-alpha.5 (because you have shipped it as a preview version to alpha tester)
  2. Finish the feature development phase and start bug fixing and stabilization phase on the release branch/1.0.0
  3. Creating a new version on the release branch will start with one (e.g. 1.0.0-beta.1) and not with six because the number of the previous pre-release tag will be not considered

If you want that the tag 1.2.3-preview.4 to be considered why you are not specifying on the mai…

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
9 replies
@CasperWSchmidt
Comment options

@HHobeck
Comment options

Answer selected by CasperWSchmidt
@CasperWSchmidt
Comment options

@CasperWSchmidt
Comment options

@HHobeck
Comment options

@HHobeck
Comment options

Comment options

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

@CasperWSchmidt
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
Converted from issue

This discussion was converted from issue #3662 on August 23, 2023 10:41.