We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717cfa4 commit dc3dafcCopy full SHA for dc3dafc
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