Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 575 Bytes

release.md

File metadata and controls

14 lines (12 loc) · 575 Bytes

Release Workflow

  1. Update the version in Cargo.toml
  2. Update the changelog1
  3. Ensure tests and lints pass
  4. Commit the new changelog and version bump
  5. Tag the new version (no v prefix)
  6. Push the new commit and tag
  7. (Run release command)2

Footnotes

  1. This can be automated somewhat.

  2. TBD.