# Depot Release Process Releases are currently manually performed. 1) Upgrade version in `Cargo.toml` 2) Commit changes 3) Create and push a tag: ```git tag v; git push origin v``` 4) Checkout the tag: ```git checkout v``` 4) Release on crates.io: ```cargo publish```