-
Couldn't load subscription status.
- Fork 46
Releasing
Tomasz Kurcz edited this page Nov 30, 2022
·
1 revision
-
RubyGems
-
github_changelog_generator - try
gem --user install github_changelog_generator
-
github_changelog_generator - try
- The Rust toolchain
Assuming you want to release the 1.0.0 version:
github_changelog_generator --token YOUR_TOKEN_HERE -u CosmWasm -p cw-multi-test --base CHANGELOG.md --future-release v1.0.0- Set the version in
Cargo.toml - Commit the changes.
cargo publishgit tag v1.0.0-
git push && git push --tags(or create a PR instead of pushing directly tomain)