mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove --recover
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
87cc5f8995
commit
3b49dc9318
@ -192,7 +192,6 @@ const createPrArgs = [
|
|||||||
"--title", `release ${newVersion.format()}`,
|
"--title", `release ${newVersion.format()}`,
|
||||||
"--label", "skip-changelog",
|
"--label", "skip-changelog",
|
||||||
"--body-file", "-",
|
"--body-file", "-",
|
||||||
"--recover", "./create-pr-body-recovery",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
const createPrProcess = spawn("gh", createPrArgs, { stdio: "pipe" });
|
const createPrProcess = spawn("gh", createPrArgs, { stdio: "pipe" });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user