We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acba5dc commit 105c4edCopy full SHA for 105c4ed
tools/actions/create-release.sh
@@ -126,4 +126,4 @@ if (data.errors?.length) {
126
console.log(util.inspect(data, { depth: Infinity }));
127
EOF
128
129
-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 commit comments