aboutsummaryrefslogtreecommitdiff
path: root/clap/.clog.toml
diff options
context:
space:
mode:
Diffstat (limited to 'clap/.clog.toml')
-rw-r--r--clap/.clog.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/clap/.clog.toml b/clap/.clog.toml
new file mode 100644
index 0000000..301dd92
--- /dev/null
+++ b/clap/.clog.toml
@@ -0,0 +1,14 @@
+[clog]
+repository = "https://github.com/kbknapp/clap-rs"
+outfile = "CHANGELOG.md"
+from-latest-tag = true
+
+[sections]
+Performance = ["perf"]
+Improvements = ["impr", "im", "imp"]
+Documentation = ["docs"]
+Deprecations = ["depr"]
+Examples = ["examples"]
+"New Settings" = ["setting", "settings"]
+"API Additions" = ["add", "api"]
+"New Sponsor" = ["sponsor"]