Skip to content

Commit 846d3c0

Browse files
committed
fix logic
1 parent fbc102d commit 846d3c0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

releasing/check-release-helper.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,10 @@ for f in $(find api); do
2121
git diff --exit-code "${f}"
2222
if [ $? -eq 1 ]; then
2323
echo "Found changes on api dir at ${f}"
24-
rc=1
25-
exit 1
24+
MAJOR=true
2625
fi
2726
done
2827

29-
if [ $rc -eq 1 ]; then
30-
MAJOR=true
31-
fi
32-
3328
echo -e "\n"
3429
echo -e "================================================================================="
3530
echo "Change counter: $(echo $count | tr -s ' ')"

0 commit comments

Comments
 (0)