NpmBumpVersionSettings.

GitTagVersion Property

Summary

Gets or sets the --git-tag-version option. Tag the commit when using the npm version command. Setting this to false results in no commit being made at all.
Assembly
Cake.Npm.dll
Namespace
Cake.Npm.BumpVersion
Containing Type
NpmBumpVersionSettings

Syntax

public Nullable<bool> GitTagVersion { get; set; }

Value

Type Description
Nullable<bool>