Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 580 Bytes

RELEASE.md

File metadata and controls

24 lines (18 loc) · 580 Bytes

Release

Bump Versions

$ cargo release version [LEVEL] -p backhand -p backhand-cli --execute
$ cargo release replace -p backhand -p backhand-cli --execute

Update CHANGELOG.md

Update BENCHMARK.md

Create MR / Merge Into Master

Tag Release

Create tag and push to github. This will run the .github/workflows/binaries.yml job and create a Release if the CI passes.

Publish to crates.io

$ git clean -xdf
$ cargo publish --locked -p backhand
$ cargo publish --locked -p backhand-cli