diff --git a/scripts/release_libs.sh b/scripts/release_libs.sh index a2fb077077..9b509649d9 100755 --- a/scripts/release_libs.sh +++ b/scripts/release_libs.sh @@ -22,7 +22,7 @@ git clean -fxd # update the main workspace crate versions (1 commit) HASH_BEFORE=$(git rev-parse HEAD) -cargo release version --execute $VERSION +cargo release version --exclude namada_apps --execute $VERSION git commit -am "Namada libs $VERSION" HASH_AFTER=$(git rev-parse HEAD)