typos-git-commit 0.7.1

This program analyzes a json file produced with `typos` and makes commits for each correction.
Documentation
1
2
3
4
5
6
7
# This is a configuration file for cargo release tool
# https://github.com/crate-ci/cargo-release

publish = false
push = false
pre-release-commit-message = "v{{version}}"
tag-name = "v{{version}}"