Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 277 Bytes

File metadata and controls

10 lines (8 loc) · 277 Bytes

Maintenance

Create a release

  1. Update version in Cargo.toml and run cargo check.
  2. Set release version and date in CHANGELOG.md and amend the commit from 1.
  3. Commit everything
  4. cargo publish
  5. Run git tag "v<new version>"
  6. git push && git push --tags