Skip to content

Commit e8a1b1d

Browse files
committed
fix: remove exit on no new release branches
1 parent b804c4d commit e8a1b1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/create-release-branch.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ echo "==========================================================================
127127
# Print the new branches
128128
if [ ${#NEW_RELEASE_BRANCHES[@]} -eq 0 ]; then
129129
echo "[ERROR] No new release branches."
130-
exit 1
131130
else
132131
echo "[INFO] New release branches:"
133132
for branch in "${NEW_RELEASE_BRANCHES[@]}"; do

0 commit comments

Comments
 (0)