We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b804c4d commit e8a1b1dCopy full SHA for e8a1b1d
scripts/create-release-branch.sh
@@ -127,7 +127,6 @@ echo "==========================================================================
127
# Print the new branches
128
if [ ${#NEW_RELEASE_BRANCHES[@]} -eq 0 ]; then
129
echo "[ERROR] No new release branches."
130
- exit 1
131
else
132
echo "[INFO] New release branches:"
133
for branch in "${NEW_RELEASE_BRANCHES[@]}"; do
0 commit comments