summaryrefslogtreecommitdiff
path: root/.clog.toml
blob: e39c7809f46b568d42299feb636113cdce2c9eea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"]