Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 396 Bytes

RELEASE.md

File metadata and controls

7 lines (6 loc) · 396 Bytes

Release Instructions

  • Update version in Cargo.toml
  • Move "Unreleased" section in CHANGELOG.md into a header with the new version, and add a link at the bottom of the CHANGELOG to compares that version to HEAD
  • Ensure tests and lints pass
  • Commit those changes and tag that commit with the version number (no v prefix!)
  • Push the changes and run cargo publish