Skip to content

Commit 105c4ed

Browse files
committed
tools: add release line label when opening release proposal
PR-URL: #56317 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent acba5dc commit 105c4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/actions/create-release.sh

+1-1
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)