-
Prerequisites
GitVersion packageGitVersion.MsBuild GitVersion version6.0.0 Operating systemmacOS What are you seeing?After upgrading to v6.0.0 I received the error that So I updated the property to continuous-delivery-fallback-label as described. However, now when my build runs I get the following error:
It seems like neither the old property name nor the new one described in the breaking changes are found. Is there a bug here or have I misunderstood the breaking changes? What is expected?After updating my Steps to ReproduceThe updates to my configuration file to fix breaking changes is available here and the failure can be seen here. RepositoryFixture TestNo response Output log or link to your CI build (if appropriate).https://github.com/elzik/fmsync/actions/runs/10079727708/job/27867728469 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi there. In the breaking change documentation is written:
BTW: workflow: GitFlow/v1
mode: ContinuousDelivery |
Beta Was this translation helpful? Give feedback.
Hi there.
In the breaking change documentation is written:
BTW:
I would recommend always to use the
workflow
property if you are using an existing workflow (which is true in your case because it defaults to GitFlow/v1). Anyway it makes it clear what workflow is used.