CosmWasm / cw-plus

Production Quality contracts under open source licenses
Apache License 2.0
504 stars 353 forks source link

Delete `publish.sh` #905

Closed uint closed 5 months ago

uint commented 5 months ago

The publish.sh script is outdated again. Rather than maintain it, we should just use cargo release or something similar. I've updated the wiki for this repo accordingly.

cargo release automatically determines how to publish the entire workspace, taking into account the dependency graph between the packages. It's also more robust on failure to publish something.

uint commented 5 months ago

cargo release is promising, let's check how it works with this repo.

I used it for the last release and it worked beautifully!