Crates.io | cargo-semver-bump |
lib.rs | cargo-semver-bump |
version | 0.1.0 |
source | src |
created_at | 2023-12-09 14:11:32.644421 |
updated_at | 2023-12-09 14:11:32.644421 |
description | A tool to semantically bump the version of a Rust crate |
homepage | |
repository | https://github.com/markhaehnel/cargo-semver-bump |
max_upload_size | |
id | 1063704 |
size | 121,533 |
🚧 WORK IN PROGRESS 🚧
This tool is still in early ydevelopment and not ready for production use. Breaking changes may occur at any time.
cargo-semver-bump is a tool to automatically bump the version of your Rust crate based on the Conventional Commits specification and breaking changes detected by cargo-semver-checks.
cargo install cargo-semver-bump --locked
Just run the following command in your project directory:
cargo semver-bump
More options are available:
$ cargo semver-bump --help
Usage: cargo semver-bump [OPTIONS]
Options:
-d, --dry-run Run without making any changes
-p, --path <PATH> Path to project [default: ./]
-v, --verbose Enable verbose output
-h, --help Print help
-V, --version Print version
See the contributing guidelines for more information.
This code is licensed under either of
at your option.