Crates.io | changelog |
lib.rs | changelog |
version | 0.3.4 |
source | src |
created_at | 2018-08-18 12:55:40.523892 |
updated_at | 2020-03-02 14:23:48.149729 |
description | Changelog generator |
homepage | |
repository | https://github.com/yoshuawuyts/changelog |
max_upload_size | |
id | 80065 |
size | 79,502 |
Changelog generator.
Keeping track of what changed between versions can be tricky. So changelogs exist to document those changes for you. But writing changelogs can take a lot of time, which not everyone has. Which means a lot of projects choose not to keep a changelog.
So this project exists as a best-effort to generate changelogs for you. It doesn't require custom commit styles to work. Nor does it ask you to manually track changes in several places.
Instead we automate as much as possible, and present a changelog that's both easy on the eyes, and easy to use. It's not intended to replace manual changelogs, but instead provide an option to keep a changelog for projects that otherwise wouldn't. We hope you find this useful!
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
MIT OR Apache-2.0