-
Notifications
You must be signed in to change notification settings - Fork 355
Releasing
Tomasz Kurcz edited this page Mar 27, 2024
·
3 revisions
-
RubyGems
-
github_changelog_generator - try
gem --user install github_changelog_generator
-
github_changelog_generator - try
- The Rust toolchain
cargo install cargo-release
Assuming you want to release the 1.0.0
version:
- Make sure you're up to date with the remote, on the correct branch, and your working tree is clean.
github_changelog_generator --token YOUR_TOKEN_HERE -u CosmWasm -p cw-plus --base CHANGELOG.md --future-release v1.0.0
- Commit the changes.
-
cargo release 1.0.0 --no-tag --execute
(you can try a dry run first by omitting--execute
) git tag v1.0.0
git push origin tag v1.0.0