Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee4bf9 commit 3b13000Copy full SHA for 3b13000
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