NpmBumpVersionSettings.

AllowSameVersion Property

Summary

Gets or sets the --allow-same-version option. Prevents throwing an error when npm version is used to set the new version to the same value as the current version.
Namespace
Cake.Npm.BumpVersion
Containing Type
NpmBumpVersionSettings

Syntax

public bool? AllowSameVersion { get; set; }

Value

Type Description
bool?
GitHub
Discussion