clap/.clog.toml

11 lines
249 B
TOML
Raw Normal View History

[clog]
repository = "https://github.com/kbknapp/clap-rs"
2015-05-05 19:32:48 -04:00
outfile = "CHANGELOG.md"
from-latest-tag = true
[sections]
Performance = ["perf"]
2015-05-05 19:32:48 -04:00
Improvements = ["impr", "im", "imp"]
Documentation = ["docs"]
2015-05-22 13:19:06 -04:00
Deprecations = ["depr"]
2015-08-27 19:48:03 +03:00
Examples = ["examples"]