#conventional-commits #semver #commit #conventional #semantic #git #versioning

conventional_commits_next_version_lib

A tooling and language agnostic library to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos.

5 releases (3 breaking)

0.4.1 Oct 15, 2024
0.4.0 Nov 17, 2023
0.3.0 Feb 13, 2022
0.2.0 Feb 13, 2022
0.1.0 Feb 6, 2022

#2725 in Parser implementations

AGPL-3.0

60KB
1K SLoC

🚧 Archived 🚧 Please use the binary version instead, it should contain all functionality you were going to implement with the library.

Conventional Commits Next Version Library

Documentation crates.io Conventional Commits License

A tooling and language agnostic library to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos.

Content

Usage

Usage - Logging

The crate log is used to provide logging. The environment variable RUST_LOG can be used to set the logging level. See https://crates.io/crates/log for more detailed documentation.

Issues/Feature Requests

To report an issue or request a new feature use https://github.com/DeveloperC286/conventional_commits_next_version/issues.

Dependencies

~14MB
~304K SLoC