-
Originally ask by @fmotas: According to the breaking changes doc, if my config was:
I need to update it to:
Is it correct? if so, we have a problem, it doesn't work correctly because the tag/label is not attached to the version.
While the result of the previous version was:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The meaning of ContinuousDeployment has been changed in version 6.0.0. You will find the following section in the breaking change documentation:
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 |
Beta Was this translation helpful? Give feedback.
The meaning of ContinuousDeployment has been changed in version 6.0.0. You will find the following section in the breaking change documentation:
I would recommend you to use the GitFlow/v1 workflow and change just the properties you are aware of:
Reference [1]: https://github.com/GitTools/GitVersion/blob/main/docs/input/docs/reference/configuration.md#global-configuration
Reference [2]: https://gitversion.net/docs…