Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support of multi mainline branches in the Mainline version strategy #4057

Open
2 tasks done
HHobeck opened this issue Jun 8, 2024 · 0 comments
Open
2 tasks done
Labels
Milestone

Comments

@HHobeck
Copy link
Contributor

HHobeck commented Jun 8, 2024

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-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 the GitFlow/v1 workflow
WHEN a main -> support/1.x branch is used
THEN a NotImplementedException in MainlineVersionStrategy.cs is thrown

What 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant