Skip to content

Commit

Permalink
tools: add release line label when opening release proposal
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aduh95 committed Jan 2, 2025
1 parent 717cfa4 commit dc3dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ if (data.errors?.length) {
console.log(util.inspect(data, { depth: Infinity }));
EOF

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

0 comments on commit dc3dafc

Please sign in to comment.