How to disable use branch name with GitVersion

368 Views Asked by At

Is there a way to disable GitVersion using the branch name?

We had an inadvertent build number increment as the result of using a branch named: 3.16-changelist

The current build version was 3.16.0

After merging that branch it was: 3.16.1

That was unexpected. Wondering if that behavior can be disabled.

Thanks.

0

There are 0 best solutions below