-
Notifications
You must be signed in to change notification settings - Fork 27
Releasing
Tomasz Kurcz edited this page Nov 30, 2022
·
3 revisions
-
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-storage-plus --base CHANGELOG.md --future-release v1.0.0
- Set the version in
Cargo.toml
andmacros/Cargo.toml
- Commit the changes.
(cd macros && cargo publish)
- Wait a few seconds after the publishing completed
cargo publish
git tag v1.0.0
-
git push && git push --tags
(or create a PR instead of pushing directly tomain
)