-
Describe the bug
when I checkout release/1.2024.1 Expected BehaviorSemVer should be 1.2024.1 Actual BehaviorSemVer is 1.2024.1-beta.1 Steps to ReproduceAs described above ContextThe result is the same even if I use a GitVersion.yml file with a release branch and set the is-release-branch to true:
Your Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@HHobeck can you check this one? |
Beta Was this translation helpful? Give feedback.
-
Hi there. Am I right that on the release branch the label configuration is set to the value Regards Hardy |
Beta Was this translation helpful? Give feedback.
@yecarri, according to the Gitflow workflow,
release
branches are not indented to be stable for each and every commit to therelease
branch.release
branches are branches whose purpose is to stabilize the build. Once therelease
branch is considered stable and ready, it is merged intomain
.The merge-commit of the
release
branch intomain
is tagged and then that tagged merge-commit is what should produce a stable, finalized, deployable artifact versioned without a prerelease label.