Skip to content

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

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)