Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 463 Bytes

File metadata and controls

21 lines (11 loc) · 463 Bytes

Contributing to webdriver-install

All contributors are expected to follow the Rust Code of Conduct.

Releasing a new version

Make sure you're logged into your cargo account:

cargo login

Make sure cargo-release is installed:

cargo install cargo-release

Do a dry-run before doing the actual release:

cargo release <level> --dry-run

Create the actual release:

cargo release <level>