mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add milestone automatically to release PRs (#6681)
Signed-off-by: Sebastian Malton <sebastian@malton.name> Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
432fc5c0c2
commit
693f6ea9a5
@ -297,6 +297,7 @@ const createPrArgs = [
|
|||||||
"--title", `Release ${newVersion.format()}`,
|
"--title", `Release ${newVersion.format()}`,
|
||||||
"--label", "skip-changelog",
|
"--label", "skip-changelog",
|
||||||
"--label", "release",
|
"--label", "release",
|
||||||
|
"--milestone", `${newVersion.major}.${newVersion.minor}.${newVersion.patch}`,
|
||||||
"--body-file", "-",
|
"--body-file", "-",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user