Skip to content

Commit

Permalink
Try to fix the Dotnet format problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhullahshah committed May 9, 2020
1 parent ed45376 commit b4a416c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/GitVersionCore/Configuration/ConfigExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ public static EffectiveConfiguration CalculateEffectiveConfiguration(this Config
var tagPreReleaseWeight = configuration.TagPreReleaseWeight;

var commitMessageVersionBump = currentBranchConfig.CommitMessageIncrementing ?? configuration.CommitMessageIncrementing.Value;

return new EffectiveConfiguration(
assemblyVersioningScheme, assemblyFileVersioningScheme, assemblyInformationalFormat, assemblyVersioningFormat, assemblyFileVersioningFormat, versioningMode, gitTagPrefix,
tag, nextVersion, incrementStrategy,
Expand Down

0 comments on commit b4a416c

Please sign in to comment.