ccclog

Generate changelog from commit messages created by Conventional Commits.

Github Action codecov Latest version Documentation Docker License

Sample

Getting Started

```txt ❯❯ ccclog

[0.0.0] - 2020-05-16

Feat

```

```txt Generate changelog from git commit

USAGE: ccclog [FLAGS] [OPTIONS] [ARGS]

FLAGS: -e, --enableemaillink Make a link to the author using git config.email -h, --help Prints help information -r, --reverse Reverse commit display order -V, --version Prints version information

OPTIONS: -i, --rootindentlevel Change markdown root subject indent [default: 2]

ARGS: Working directory of git [default: .] Revision spec. Ref to https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection ```

Installing

❯❯ curl --tlsv1.2 -sSf https://raw.githubusercontent.com/watawuwu/ccclog/master/install.sh | sh

``` ❯❯ git clone https://github.com/watawuwu/ccclog.git && cd ccclog

❯❯ make install ```

❯❯ cargo install ccclog

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioningx

We use SemVer for versioning.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Authors