From 10a8bb898c714010df78ce673339d5562ede7296 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sat, 10 Feb 2024 18:47:54 +0100 Subject: [PATCH] Fix comment for GitTagVersion --- src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs b/src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs index 5d03070..27a3a81 100644 --- a/src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs +++ b/src/Cake.Npm/BumpVersion/NpmBumpVersionSettings.cs @@ -37,7 +37,7 @@ public NpmBumpVersionSettings() /// /// Gets or sets the --git-tag-version option. - /// Tag the commit when using the npm version command. Setting this to true results in no commit being made at all. + /// Tag the commit when using the npm version command. Setting this to false results in no commit being made at all. /// public bool? GitTagVersion { get; set; }