Skip to content

Commit

Permalink
Add milestone automatically to release PRs (lensapp#6681)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <sebastian@malton.name>

Signed-off-by: Sebastian Malton <sebastian@malton.name>
  • Loading branch information
Nokel81 authored Dec 1, 2022
1 parent 432fc5c commit 693f6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/create-release-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ const createPrArgs = [
"--title", `Release ${newVersion.format()}`,
"--label", "skip-changelog",
"--label", "release",
"--milestone", `${newVersion.major}.${newVersion.minor}.${newVersion.patch}`,
"--body-file", "-",
];

Expand Down

0 comments on commit 693f6ea

Please sign in to comment.