koji 2.2.0

An interactive CLI for creating conventional commits.
Documentation
1
2
3
4
5
6
7
8
9
pre_bump_hooks = ["cargo bump {{version}}", "cargo build --release"]
post_bump_hooks = ["git push", "git push origin {{version}}"]

[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "koji"
owner = "its-danny"