| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > VersionPolicyConfiguration > update
Updates the version directly for the specified version policy
Signature:
update(versionPolicyName: string, newVersion: string, shouldCommit?: boolean): void;|
Parameter |
Type |
Description |
|---|---|---|
|
versionPolicyName |
string |
version policy name |
|
newVersion |
string |
new version |
|
shouldCommit |
boolean |
(Optional) |
Returns:
void