next_version

Crates.ionext_version
lib.rsnext_version
version
sourcesrc
created_at2022-02-01 22:35:07.272876
updated_at2024-12-07 16:57:02.559556
descriptionDetermine next semantic version based on conventional commits
homepage
repositoryhttps://github.com/release-plz/release-plz/tree/main/crates/next_version
max_upload_size
id525442
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | 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`
size0
Marco Ieni (MarcoIeni)

documentation

README

next_version

Library to calculate next semantic version based on conventional commits.

It does not analyze git history, the list of commits must be provided by the user.

Credits

Parts of the codebase are inspired by cocogitto.

Commit count: 1574

cargo fmt