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.
Namespace
Cake.Npm.BumpVersion
Containing Type
NpmBumpVersionSettings

Syntax

public bool? GitTagVersion { get; set; }

Value

Type Description
bool?
GitHub
Discussion