Skip to content

Commit

Permalink
Merge pull request #166 from pascalberger/feature/gh-154
Browse files Browse the repository at this point in the history
Fix comment for GitTagVersion
  • Loading branch information
pascalberger authored Feb 10, 2024
2 parents bb239df + 10a8bb8 commit 7e7d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public NpmBumpVersionSettings()

/// <summary>
/// Gets or sets the <c>--git-tag-version</c> option.
/// Tag the commit when using the <c>npm version</c> command. Setting this to <c>true</c> results in no commit being made at all.
/// Tag the commit when using the <c>npm version</c> command. Setting this to <c>false</c> results in no commit being made at all.
/// </summary>
public bool? GitTagVersion { get; set; }

Expand Down

0 comments on commit 7e7d178

Please sign in to comment.