mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
lerna.json no longer will be updated during releases
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
45265a3ab6
commit
fe81c4fe63
@ -158,7 +158,7 @@ async function createReleaseBranchAndCommit(prBase: string, version: SemVer, prB
|
||||
const prBranch = `release/v${version.format()}`;
|
||||
|
||||
await pipeExecFile("git", ["checkout", "-b", prBranch]);
|
||||
await pipeExecFile("git", ["add", "lerna.json", "packages/*/package.json"]);
|
||||
await pipeExecFile("git", ["add", "packages/*/package.json"]);
|
||||
await pipeExecFile("git", ["commit", "-sm", `Release ${version.format()}`]);
|
||||
await pipeExecFile("git", ["push", "--set-upstream", "origin", prBranch]);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user