- Bump version in
Cargo.toml - Run
cargo buildto bump version inCargo.lock - Update version in
README.md - Version in
Latest Version - Version in the installation snippets
- Commit the changes.
- Create a tag:
git tag -m 'vX.Y.Z' vX.Y.Z - Push commit and tag:
git push -u --tags origin master - Go to the GitHub Actions
distworkflow: https://github.com/RagnarLab/litemon/actions/workflows/dist.yml - Click on
Run workflow - Select the created tag (e.g.,
vX.Y.Z) and clickRun workflow - Go to
Releases: https://github.com/RagnarLab/litemon/releases - Publish the created draft release
- Profit!