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 d0b6919Copy full SHA for d0b6919
scripts/create-release-branch.sh
@@ -126,8 +126,7 @@ echo "==========================================================================
126
127
# Print the new branches
128
if [ ${#NEW_RELEASE_BRANCHES[@]} -eq 0 ]; then
129
- echo "[ERROR] No new release branches."
130
- exit 1
+ echo "[INFO] No new release branches."
131
else
132
echo "[INFO] New release branches:"
133
for branch in "${NEW_RELEASE_BRANCHES[@]}"; do
0 commit comments