diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 0000000..d98e25c --- /dev/null +++ b/.cz.toml @@ -0,0 +1,7 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "$version" +version_scheme = "semver" +version = "0.0.1" +update_changelog_on_bump = true +major_version_zero = true diff --git a/.stowrc b/.stowrc index ac701b1..691c3ca 100644 --- a/.stowrc +++ b/.stowrc @@ -1,4 +1,5 @@ --target=~/.config --ignore=.stowrc --ignore=DS_Store ---ignore=local/* \ No newline at end of file +--ignore=local/* +--ignote=.cz.toml