Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 432 Bytes

MAINTENANCE.md

File metadata and controls

14 lines (11 loc) · 432 Bytes

Maintenance documentation

Release

To create a new release, follow these steps:

  • Update version number in Cargo.toml for library and CLI
  • Update CHANGELOG.md with release date
  • Update Cargo.lock
  • Commit & push the changes
  • Tag the commit: git tag -as a.b.c
  • Push the tag: git push origin a.b.c
  • Verify GitHub release was created by CI
  • Push a new crate version to crates.io with cargo publish -p magic-wormhole