Skip to content

Commit

Permalink
Remove cosmwasm release commands from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 9, 2024
1 parent 6cc5cc9 commit 87bdf0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,11 @@ check-release: ## Check that the release build compiles.
cargo release --workspace --no-push --no-tag \
--exclude ibc-derive \
--exclude ibc-primitives
$(MAKE) -C ./cosmwasm check-release $@

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 $@
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Releases

### ibc-rs

Our release process is as follows:

1. In a new branch `release/vX.Y.Z`, update the [changelog](./CHANGELOG.md) to
Expand Down

0 comments on commit 87bdf0b

Please sign in to comment.