Skip to content

Commit

Permalink
Do not exclude ibc-client-tenderint-cw from make release
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 14, 2024
1 parent 795ee7e commit 4a86235
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ test: ## Run tests with all features and without default features.
cargo test --all-targets --all-features --no-fail-fast --release

check-release: ## Check that the release build compiles.
cargo release --workspace --no-push --no-tag \
--exclude ibc-client-tendermint-cw
cargo release --workspace --no-push --no-tag

release: ## Perform an actual release and publishes to crates.io.
cargo release --workspace --no-push --no-tag --allow-branch HEAD --execute \
--exclude ibc-client-tendermint-cw
cargo release --workspace --no-push --no-tag --allow-branch HEAD --execute

build-tendermint-cw: ## Build the WASM file for the ICS-07 Tendermint light client.
@echo "Building the WASM file for the ICS-07 Tendermint light client"
Expand Down

0 comments on commit 4a86235

Please sign in to comment.