Skip to content

Commit f835dfc

Browse files
committed
Integrate code review remarks of Arthur
1 parent bcbe3e7 commit f835dfc

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ public bool TryGetBaseVersion(EffectiveBranchConfiguration configuration, [NotNu
5454
}
5555

5656
var label = configuration.Value.GetBranchSpecificLabel(Context.CurrentBranch.Name, branchNameOverride);
57-
//if (configuration.Value.Label != label)
58-
//{
59-
// log.Info("Using current branch name to calculate version tag");
60-
//}
6157

6258
baseVersion = new BaseVersion("Version in branch name", result.Value, commitBranchWasBranchedFrom.Value.Commit)
6359
{

src/GitVersion.sln

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ EndProject
4141
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "readme", "readme", "{1F4BE015-699F-464A-8FF0-D8762102421A}"
4242
ProjectSection(SolutionItems) = preProject
4343
..\BREAKING_CHANGES.md = ..\BREAKING_CHANGES.md
44-
..\docs\input\docs\reference\configuration.md = ..\docs\input\docs\reference\configuration.md
4544
..\CONTRIBUTING.md = ..\CONTRIBUTING.md
4645
..\LICENSE = ..\LICENSE
4746
..\README.md = ..\README.md
@@ -55,8 +54,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{7D3A83B4-9
5554
..\.editorconfig = ..\.editorconfig
5655
..\.gitattributes = ..\.gitattributes
5756
..\.gitignore = ..\.gitignore
58-
..\schemas\6.0\GitVersion.configuration.json = ..\schemas\6.0\GitVersion.configuration.json
59-
..\schemas\6.0\GitVersion.json = ..\schemas\6.0\GitVersion.json
6057
..\GitVersion.yml = ..\GitVersion.yml
6158
..\global.json = ..\global.json
6259
EndProjectSection

0 commit comments

Comments
 (0)