Skip to content

Commit

Permalink
Only remove beta suffix (#40316)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Nov 25, 2024
1 parent 23cdd20 commit 024ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create-release-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ fi
# - Else if the prefix matches a plugin dir name, use that plugin's version.
# - Else ask.
if [[ "${PREFIXES[$PREFIX]}" != *$'\n'* ]]; then
BRANCH="$PREFIX/branch-${VERSIONS[0]%%-*}"
BRANCH="$PREFIX/branch-${VERSIONS[0]%%-beta}"
else
BRANCH=
for ((i=0; i < ${#DIRS[@]}; i++)); do
Expand Down

0 comments on commit 024ce04

Please sign in to comment.