[Feature]: Support of multi mainline branches in the Mainline version strategy #4057
Open
2 tasks done
Labels
Milestone
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.0-rc.1
Operating system
N/A
What are you seeing?
The support of multi mainline branches (where the
is-main-branch
property is set to true) needs to be implemented.GIVEN a
Mainline
version strategy with theGitFlow/v1
workflowWHEN a main -> support/1.x branch is used
THEN a
NotImplementedException
inMainlineVersionStrategy.cs
is thrownWhat is expected?
A semantic version needs to be calculated
Steps to Reproduce
Create a commit on main
branch to support/1.x
create a commit on support/1.x
run GitVersion
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: