Skip to content

Commit 0cf7cb2

Browse files
committed
fix(scripts): ensure release script is on correct branch
1 parent 417e7df commit 0cf7cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/create-release-pr.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ set -o pipefail
1313

1414

1515
CURRENT_BRANCH="$(git branch --show-current)"
16-
# CURRENT_BRANCH="release-0.14"
1716

1817
if [[ ! "$CURRENT_BRANCH" == release-* ]]; then
1918
echo "!! Please checkout branch 'release-X.Y' (currently in branch: '${CURRENT_BRANCH}')" >&2

0 commit comments

Comments
 (0)