summaryrefslogtreecommitdiff
path: root/.clog.toml
diff options
context:
space:
mode:
Diffstat (limited to '.clog.toml')
-rw-r--r--.clog.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.clog.toml b/.clog.toml
new file mode 100644
index 0000000..e39c780
--- /dev/null
+++ b/.clog.toml
@@ -0,0 +1,13 @@
+[clog]
+repository = "https://github.com/python-zk/kazoo"
+changelog = "CHANGES.md"
+from-latest-tag = true
+link-style = "github"
+
+[sections]
+Refactor = ["refactor"]
+Test = ["test"]
+Doc = ["docs"]
+Chore = ["chore"]
+Features = ["feat", "feature"]
+"Bug Fixes" = ["fix", "bug"]