conventional_commits_next_version_lib

Crates.ioconventional_commits_next_version_lib
lib.rsconventional_commits_next_version_lib
version0.4.1
sourcesrc
created_at2022-02-06 17:42:58.02528
updated_at2024-10-15 14:26:53.603958
descriptionA tooling and language agnostic library to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos.
homepage
repositoryhttps://github.com/DeveloperC286/conventional_commits_next_version
max_upload_size
id527936
size59,356
DeveloperC (DeveloperC286)

documentation

README

🚧 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.

Commit count: 364

cargo fmt