| Crates.io | cargo-semantic-release |
| lib.rs | cargo-semantic-release |
| version | 1.0.0 |
| created_at | 2025-01-08 19:49:46.206136+00 |
| updated_at | 2025-03-03 14:05:24.059487+00 |
| description | Plugin for Cargo to create semantic release |
| homepage | https://8-bit-hunters.github.io/cargo-semantic-release/ |
| repository | |
| max_upload_size | |
| id | 1508999 |
| size | 4,177,396 |
This project aims to create a Cargo plugin that creates semantic releases for Rust projects.
If you don't have, install the Rust toolchain.
Install the tool with Cargo with the following command.
cargo install cargo-semantic-release
This will globally install the cargo-semantic-release binary.
You can run the tool in the directory of your choice via Cargo with the following command.
cargo semantic-release
This will print out the major, minor, patch related changes and the other changes.
Also, it will indicate the recommended action for the semantic version.
The utility functions for the binary are available in a library crate.