Skip to content

With GitVersion 6.x the PreReleaseNumber is always 1 #4464

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

You must be logged in to vote

The breaking change document says:

The versioning mode has been renamed to deployment mode and consists of following values:

ManualDeployment (previously ContinuousDelivery)
ContinuousDelivery (previously ContinuousDeployment)
ContinuousDeployment (new)

The GitFlow workflow (which is the default workflow) the deployment mode is set to ManualDeployment for feature branches. If you don't want this you need to change it in your example to ContinuousDelivery.

workflow: GitFlow/v1
branches:
  feature:
    mode: ContinuousDelivery

Happy Branching!

See also: https://gitversion.net/docs/reference/configuration#snippet-/docs/workflows/GitFlow/v1.yml

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
None yet
2 participants