Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 311 Bytes

RELEASING.md

File metadata and controls

17 lines (12 loc) · 311 Bytes

Making a release of jstime

This project uses cargo-release to automate cutting, tagging, and pushing a new release. Publishing to crates.io is automated by a github action.

1. Install cargo-release

$ cargo install cargo-release

2. run cargo-release

$ cargo release <semver>