chore(.clog.toml): updates clog config

This commit is contained in:
Kevin K 2015-05-05 19:32:48 -04:00
parent 960389de02
commit 0eda91a447
2 changed files with 2 additions and 2 deletions

View file

@ -1,9 +1,9 @@
[clog]
repository = "https://github.com/kbknapp/clap-rs"
outfile = "CHANGELOG.md"
from-latest-tag = true
[sections]
Performance = ["perf"]
Improvements = ["impr", "im"]
Improvements = ["impr", "im", "imp"]
Documentation = ["docs"]