Skip to content

Latest commit

 

History

History
76 lines (39 loc) · 1.04 KB

File metadata and controls

76 lines (39 loc) · 1.04 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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

LockStepVersionPolicy.bump() method

Bumps the version of the lockstep policy

Signature:

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

Parameters

Parameter

Type

Description

bumpType

BumpType

(Optional) Overwrite bump type in version-policy.json with the provided value.

identifier

string

(Optional) Prerelease identifier if bump type is prerelease.

Returns:

void