Skip to content

Commit

Permalink
exclude apps crate from libs release
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f817f0)
  • Loading branch information
tzemanovic authored and mergify[bot] committed Nov 29, 2024
1 parent b732539 commit 28ee430
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 28ee430

Please sign in to comment.