Skip to content

The label property is not considered when using ContinuousDeployment #4109

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

You must be logged in to vote

The meaning of ContinuousDeployment has been changed in version 6.0.0. You will find the following section in the breaking change documentation:

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

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

I would recommend you to use the GitFlow/v1 workflow and change just the properties you are aware of:

workflow: GitFlow/v1
branches:
  develop:
    label: alpha

Reference [1]: https://github.com/GitTools/GitVersion/blob/main/docs/input/docs/reference/configuration.md#global-configuration
Reference [2]: https://gitversion.net/docs…

Replies: 1 comment

Comment options

HHobeck
Jul 23, 2024
Maintainer Author

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
1 participant