mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
even more work
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4eb9fb222d
commit
87cc5f8995
@ -192,7 +192,7 @@ const createPrArgs = [
|
|||||||
"--title", `release ${newVersion.format()}`,
|
"--title", `release ${newVersion.format()}`,
|
||||||
"--label", "skip-changelog",
|
"--label", "skip-changelog",
|
||||||
"--body-file", "-",
|
"--body-file", "-",
|
||||||
"--recover",
|
"--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