Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 2c02fb5

Browse files
authored
Update update-version.sh
1 parent 9ec4a92 commit 2c02fb5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

update-version.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,3 @@ for dir in "${changed_dirs[@]}"; do
3939
fi
4040
fi
4141
done
42-
43-
# Check if any changes were made in README.md files
44-
if [[ -n "$(git status --porcelain -- '**/README.md')" ]]; then
45-
echo "Version mismatch detected. Please commit the updated README.md files."
46-
git diff -- '**/README.md' # Show what is different in the README.md files
47-
exit 1
48-
else
49-
echo "No version mismatch detected. All versions are up to date."
50-
fi

0 commit comments

Comments
 (0)