FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: add release line label when opening release proposal · nodejs/node@dc3dafc · GitHub

/ node Public

Commit dc3dafc

Browse files
committed
tools: add release line label when opening release proposal
PR-URL: #56317 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 717cfa4 commit dc3dafc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/actions/create-release.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ if (data.errors?.length) {
126126
console.log(util.inspect(data, { depth: Infinity }));
127127
EOF
128128

129-
gh pr edit "$PR_URL" --add-label release --add-assignee "$RELEASER"
129+
gh pr edit "$PR_URL" --add-label release --add-label "v$RELEASE_LINE.x" --add-assignee "$RELEASER"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL