Skip to content

Commit

Permalink
Release cosmwasm workspace under main make release command
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 12, 2024
1 parent df17a31 commit 924c16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ release: ## Perform an actual release and publishes to crates.io.
cargo release --workspace --no-push --no-tag --allow-branch HEAD --execute \
--exclude ibc-derive \
--exclude ibc-primitives
$(MAKE) -C ./cosmwasm release $@

build-tendermint-cw: ## Build the WASM file for the ICS-07 Tendermint light client.
$(MAKE) -C ./cosmwasm build-tendermint-cw $@

0 comments on commit 924c16d

Please sign in to comment.