Crates.io | cargo-semantic-release |
lib.rs | cargo-semantic-release |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.