Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 191 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 191 Bytes

Contributing

Release process

# Ensure tests, warning and build goes fine

# Bump version number in Cargo.toml
cargo update # sync the lockfile

git tag v<x.x.x> -m <comment>