-
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: 3 comments 6 replies
-
|
Hi there. In the breaking change documentation is written:
BTW: workflow: GitFlow/v1
mode: ContinuousDelivery |
Beta Was this translation helpful? Give feedback.
-
|
I am having the exact same problem with elzik. As you mentioned continuous-delivery-fallback-tag Could not build the configuration instance because following exception occurred: 'Property 'continuous-delivery-fallback-label' not found on type 'GitVersion.Configuration.GitVersionConfiguration'.' Please ensure that the /overrideconfig parameters are correct and the configuration file is in the correct format. |
Beta Was this translation helpful? Give feedback.
-
|
I had no time and gave up on 6.x… all my projects are still running under
5.12
I would love to move on to 6 at some point…
…On Thu, 15 Jan 2026 at 13:50, Talin Harun ***@***.***> wrote:
I am having the exact same problem with elzik. As you mentioned
Following root configuration properties have been removed:
continuous-delivery-fallback-tag
so I have changed that to continuous-delivery-fallback-label which should
work. I am using the latest version of gitversion but still getting the
following error. I mean they have released the changes made but the
corrected formats are not being recognized. Do you guys have any
suggestions to solve this.
Could not build the configuration instance because following exception
occurred: 'Property 'continuous-delivery-fallback-label' not found on type
'GitVersion.Configuration.GitVersionConfiguration'.' Please ensure that the
/overrideconfig parameters are correct and the configuration file is in the
correct format.
—
Reply to this email directly, view it on GitHub
<#4124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEVPRF6HBZI2373UA72UJKT4G5ET7AVCNFSM6AAAAACRYO74TWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKNJQGM4DIMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.

Hi there.
In the breaking change documentation is written:
BTW:
I would recommend always to use the
workflowproperty 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.