diff --git a/check-versioning-lib-release.sh b/check-versioning-lib-release.sh index 853f61996..670b50907 100755 --- a/check-versioning-lib-release.sh +++ b/check-versioning-lib-release.sh @@ -3,6 +3,8 @@ git fetch origin main git fetch origin dev +git branch -a + # Get the list of paths to `Cargo.toml` files crates=$(find . -name Cargo.toml -exec dirname {} \; | sort)