Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > LockStepVersionPolicy > bump

LockStepVersionPolicy.bump() method

Bumps the version of the lockstep policy

Signature:

bump(bumpType?: BumpType, identifier?: string): void;

Parameters

ParameterTypeDescription
bumpTypeBumpType(Optional) Overwrite bump type in version-policy.json with the provided value.
identifierstring(Optional) Prerelease identifier if bump type is prerelease.

Returns:

void