Skip to content

Commit f547042

Browse files
committed
Add a TODO to don't forget the consolidation of BaseVersionV2 and BaseVersion in one class.
1 parent c8c04f3 commit f547042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersion.Core/VersionCalculation/VersionSearchStrategies/BaseVersionV2.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace GitVersion.VersionCalculation;
22

3+
// TODO: The fact that BaseVersionV2 is extending BaseVersion is a temporary construct because we want to have a clear focus on the new functionality of the TrunkBased strategy. In long term we need to consolidate this two types in one type.
34
internal class BaseVersionV2 : BaseVersion
45
{
56
internal static BaseVersionV2 ShouldIncrementFalse(string source, ICommit? baseVersionSource, string? label, SemanticVersion? alternativeSemanticVersion = null) => new(source, false)

0 commit comments

Comments
 (0)