Skip to content

Commit

Permalink
Change to trigger the CI pipeline again.
Browse files Browse the repository at this point in the history
  • Loading branch information
HHobeck authored and arturcic committed Oct 4, 2022
1 parent c8e26ed commit 3e5d1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitVersion.Core/Core/Abstractions/IRepositoryStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public interface IRepositoryStore
/// Find the merge base of the two branches, i.e. the best common ancestor of the two branches' tips.
/// </summary>
ICommit? FindMergeBase(IBranch? branch, IBranch? otherBranch);

ICommit? FindMergeBase(ICommit commit, ICommit mainlineTip);
ICommit? GetCurrentCommit(IBranch currentBranch, string? commitId);
ICommit GetBaseVersionSource(ICommit currentBranchTip);
Expand Down

0 comments on commit 3e5d1e7

Please sign in to comment.