Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 463 Bytes

CONTRIBUTING.md

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>