diff --git a/bin/cherry-pick.mjs b/bin/cherry-pick.mjs index 44bf05d2304029..36829db6ee5cf8 100644 --- a/bin/cherry-pick.mjs +++ b/bin/cherry-pick.mjs @@ -6,7 +6,7 @@ import readline from 'readline'; import { spawnSync } from 'node:child_process'; -const LABEL = process.argv[ 2 ] || 'Backport to WP Minor Release'; +const LABEL = process.argv[ 2 ] || 'Backport to WP Beta/RC'; const BRANCH = getCurrentBranch(); const GITHUB_CLI_AVAILABLE = spawnSync( 'gh', [ 'auth', 'status' ] ) ?.stderr?.toString()