From 924c16d8763b5cad014ab0b2fae3b25ecca071ae Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Mon, 12 Aug 2024 11:51:23 -0500 Subject: [PATCH] Release cosmwasm workspace under main `make release` command --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 040dcfabd..add16fdc4 100644 --- a/Makefile +++ b/Makefile @@ -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 $@