Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 216 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 216 Bytes

Releasing

1- Change Cargo.toml version
2- Add details in CHANGELOG.md
3 - git commit -m "Prepare version to 0.1.0"
4 - After pushing, Publish.yml will publish on crates.io