Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

File metadata and controls

12 lines (10 loc) · 463 Bytes

Release

  1. Update CHANGELOG.md with the new version and date
  2. Bump the version in Cargo.toml
  3. Run cargo check to update Cargo.lock
  4. Commit: git commit -am "Release v0.X.0"
  5. Tag: git tag v0.X.0
  6. Push: git push && git push --tags

Pushing the tag triggers the release workflow, which uses cargo-dist to build binaries for all targets and create a GitHub Release.