1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add milestone automatically to release PRs

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-11-30 11:56:40 -05:00
parent e5f8951553
commit 722f870326

View File

@ -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", "-",
]; ];