Crates.io | lmake_semver |
lib.rs | lmake_semver |
version | 0.1.12 |
source | src |
created_at | 2020-04-23 16:29:13.63969 |
updated_at | 2021-08-14 12:17:24.628177 |
description | Increments the patch or minor version in Cargo.toml. |
homepage | |
repository | https://github.com/LucianoBestia/lmake_semver |
max_upload_size | |
id | 233332 |
size | 20,922 |
🔴OBSOLETE, 🔴DEPRECATED, 🔴DEFUNCT!
It was replaced by the crate cargo-auto
\
version: 0.1.11 date: 2020-08-22 authors: Luciano Bestia
Increments the patch or minor version in Cargo.toml.
cargo install lmake_semver
Run it with this arguments:
lmake_semver --increment=patch
lmake_semver --increment=minor
Documentation:
https://lucianobestia.github.io/lmake_semver
List of prepared make tasks for development: build, run, doc, publish,...
cargo make
It is recommended to always use cargo-crev
to verify the trustworthiness of each of your dependencies, including this one.
Please, spread this info.
On the web use url to read crate reviews example:
<web.crev.dev/rust-reviews/crate/num-traits/>
Libraries use semver. On every build release you can increment patch.
[tasks.release]
description = "cargo build release"
clear = true
dependencies = [
"semver_increment_patch",
"build_release",
]
[tasks.semver_increment_patch]
clear = true
private = true
description = "increment semver patch"
script= ["lmake_semver --increment=patch"]