Skip to content

Commit

Permalink
exclude apps crate from libs release
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Nov 29, 2024
1 parent af3f91c commit 9f817f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9f817f0

Please sign in to comment.