Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 562 Bytes

RELEASE-CHECKLIST.md

File metadata and controls

10 lines (9 loc) · 562 Bytes

Release Checklist

  • Update README.md's Usage section with the output of xh --help
  • Update CHANGELOG.md (rename unreleased header to the current date, add any missing changes).
  • Bump up the version in Cargo.toml and run cargo check to update Cargo.lock.
  • Run generate.sh to update man pages and shell-completion files.
  • Commit changes and push them to remote.
  • Add git tag e.g git tag v0.9.0.
  • Push the local tags to remote i.e git push --tags which will start the CI release action.
  • Publish to crates.io by running cargo publish.