Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 485 Bytes

RELEASE.adoc

File metadata and controls

22 lines (13 loc) · 485 Bytes

Release Process

This project uses cargo-dist and cargo-release to simplify cutting new releases.

Update the Changelog

vim CHANGELOG.md
git add CHANGELOG
git commit
git push

Create a Release

cargo release <version>

E.g.

cargo release 1.0.1

Sit Back and Relax

Sit back and relax while cargo-dist automatically creates a GitHub Release and releases binaries for each platform.