15 个版本

0.3.4 2020 年 3 月 2 日
0.3.3 2019 年 4 月 23 日
0.3.2 2018 年 9 月 11 日
0.3.0 2018 年 8 月 30 日
0.0.4 2018 年 8 月 22 日

开发工具 中排名 1823

Download history 13/week @ 2024-02-19 2/week @ 2024-02-26 213/week @ 2024-04-01

每月下载量 213

MIT/Apache 许可协议

27KB
421 行代码(不含注释)

变更日志

crates.io version build status downloads docs.rs docs

变更日志生成器。

为什么?

跟踪版本之间的更改可能会很困难。因此,变更日志存在是为了为您记录这些更改。但是编写变更日志可能需要花费很多时间,并不是每个人都有时间。这意味着许多项目选择不维护变更日志。

因此,该项目旨在为您尽可能高效地生成变更日志。它不需要 自定义提交风格 即可工作。也不会要求您 手动跟踪多处更改

相反,我们尽可能自动化,并展示一个既易于阅读又易于使用的变更日志。这不是要取代手动变更日志,而是为那些否则不会维护变更日志的项目提供一个选项。我们希望您觉得这个工具很有用!

用法

changelog 0.1.2
Command line parser.

USAGE:
    changelog [FLAGS] [OPTIONS] [path]

FLAGS:
    -h, --help         Prints help information
    -P, --pretty       Enable pretty printing
    -q, --quiet        Suppress all log output
    -V, --version      Prints version information
    -v, --verbosity    Print more log output

OPTIONS:
    -o, --out <file>    Write output to file

ARGS:
    <path>    Project directory [default: .]

安装

$ cargo install changelog

许可证

MITApache-2.0

依赖项

~25–37MB
~646K SLoC