-
Notifications
You must be signed in to change notification settings - Fork 663
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.Tool
GitVersion version
6.0.0-beta.6
Operating system
Linux, Windows
What are you seeing?
Could not build the configuration instance because following exception occurred: 'Requested value 'Mainline' was not found.' Please ensure that the /overrideconfig parameters are correct and the configuration file is in the correct format.
What is expected?
Previous builds on 6.0.0-beta.5 had no issues and something like:
Begin: Getting tagged semantic versions of mainline branches. Format: Strict...
Steps to Reproduce
dotnet tool update --global GitVersion.Tool --prerelease
dotnet-gitversion /config .\GitVersion.v6.ymlusing this config:
mode: Mainline
update-build-number: false
branches:
main:
regex: ^master$|^main$
feature:
regex: ^feature(s)?[/-]
label: 'beta'
increment: minor
mode: ContinuousDeployment
hotfix:
regex: ^(hot|bug)?fix(es)?[/-]
label: 'beta'
increment: Patch
mode: ContinuousDeployment
release:
regex: ^releases?[/-]
label: rc
mode: ContinuousDeployment
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
label: alpha
dependabot:
mode: ContinuousDelivery
regex: ^dependabot?[/-]
source-branches: ['feature','main','hotfix','dependabot']
label: 'alpha'
increment: Patch
ignore:
sha: []RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response