mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix typo
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
8578d44d90
commit
8023d0f79f
@ -92,7 +92,7 @@ const newVersion = currentVersion.inc(options.type, options.preid);
|
|||||||
const newVersionMilestone = `${newVersion.major}.${newVersion.minor}.${newVersion.patch}`;
|
const newVersionMilestone = `${newVersion.major}.${newVersion.minor}.${newVersion.patch}`;
|
||||||
const prBranch = `release/v${newVersion.format()}`;
|
const prBranch = `release/v${newVersion.format()}`;
|
||||||
|
|
||||||
await exec(`yarn version ${newVersion.format()}`);
|
await exec(`yarn run bump-version --yes ${newVersion.format()}`);
|
||||||
await exec(`git checkout -b ${prBranch}`);
|
await exec(`git checkout -b ${prBranch}`);
|
||||||
await exec("git add lerna.json packages/*/package.json");
|
await exec("git add lerna.json packages/*/package.json");
|
||||||
await exec(`git commit -sm "Release ${newVersion.format()}"`);
|
await exec(`git commit -sm "Release ${newVersion.format()}"`);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user