Skip to content

Commit

Permalink
add script for releasing crates
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed May 10, 2024
1 parent 4f03fab commit 98f8653
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/release-crates.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

cargo release \
-p ismp \
-p mmr-primitives \
-p pallet-hyperbridge \
-p pallet-ismp \
-p pallet-ismp-runtime-api \
-p pallet-ismp-rpc \
-p substrate-state-machine \
-p ismp-parachain \
-p ismp-parachain-runtime-api \
-p ismp-parachain-inherent --execute

0 comments on commit 98f8653

Please sign in to comment.