cargo-epublish

Crates.iocargo-epublish
lib.rscargo-epublish
version0.0.2
sourcesrc
created_at2022-06-12 13:46:57.31307
updated_at2022-06-12 13:46:57.31307
descriptiona simple tool for patch the version of configuration of crate
homepage
repositoryhttps://github.com/sunboyZgz/epublish
max_upload_size
id604635
size19,263
(sunboyZgz)

documentation

https://docs.rs/epublish

README

reference

this tool obeys the semantic in the link https://semver.org/.

Note

this binary executable file is only compatible with windows, if you run it on the linux, some unexpected errors may stick you. Besides, it's only a newbie's exercise demo.

install

cargo install cargo-epublish

usage

add a section like below pieces into Cargo.toml or customized toml configuration file

[max-versions]
minor = 10
patch = 10

you can [patch/minor/major] your crate version

cargo epublish patch
// the same as 
cargo epublish -u patch
Commit count: 1

cargo fmt