This project uses renovate in order to keep our own dependencies up to date, and downstreak "lock" only dependencies to test what most likely the end user will use. For this library mostly just note compression library changes.
$ ./bench.bash
$ cargo release version [LEVEL] -p backhand -p backhand-cli --execute
$ cargo release replace -p backhand -p backhand-cli --execute
Create tag and push to github. This will run the .github/workflows/binaries.yml job and create
a Release if the CI passes.
$ git clean -xdf
$ cargo publish --locked -p backhand
$ cargo publish --locked -p backhand-cli