cclog
A conventional changelog generator for the rest of us.
This is a fork of clog-lib and clog-cli, merged into a single Cargo workspace.
| Crate | Description |
|---|---|
cclog |
Library for generating a conventional changelog from git metadata |
cclog-cli |
Command-line interface wrapping the library |
Library usage
Add cclog to your Cargo.toml:
[]
= "0.12"
use Clog;
CLI usage
Or build from source:
Configuration
cclog can be configured using a .clog.toml file. See lib/examples/clog.toml
for available options.
Related projects
- Commitizen — helps you write better commit messages.
License
MIT — see LICENSE for details.