diff options
Diffstat (limited to 'tools/release/03_bump_cli_version.ts')
-rw-r--r-- | tools/release/03_bump_cli_version.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release/03_bump_cli_version.ts b/tools/release/03_bump_cli_version.ts index 5ecf3bf6e..d652f933d 100644 --- a/tools/release/03_bump_cli_version.ts +++ b/tools/release/03_bump_cli_version.ts @@ -13,6 +13,7 @@ const originalVersion = cliCrate.version; // increment the version await cliCrate.increment(getVersionIncrement()); +await workspace.updateLockFile(); // output the Releases.md markdown text console.log( |